IConnectorRead Method (Byte, ConnectionReadDelegate) |
Reads the next chunk from the first (or only) connection.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void Read(
byte[] buffer,
ConnectionReadDelegate readDelegate
)
Sub Read (
buffer As Byte(),
readDelegate As ConnectionReadDelegate
)
void Read(
array<unsigned char>^ buffer,
ConnectionReadDelegate^ readDelegate
)
abstract Read :
buffer : byte[] *
readDelegate : ConnectionReadDelegate -> unit
Parameters
- buffer
- Type: SystemByte
- readDelegate
- Type: VirtualRadar.Interface.NetworkConnectionReadDelegate
Remarks
The call is non-blocking.
See Also