Receives the specified amount of data from the remote connection end into a specific location of the receive buffer and using the supplied flags.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public MustOverride Function Receive ( _ buffer As Byte(), _ offset As Integer, _ count As Integer _ ) As Integer |
C# |
---|
public abstract int Receive( byte[] buffer, int offset, int count ) |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
The storage location for the received data.
- offset
- Type: System..::..Int32
The position in the buffer at which to store the received data.
- count
- Type: System..::..Int32
The number of bytes to receive.