CommunicatorAfterDataReceived Field

Performs some action after the communicator has recieved the data. If this procedure throws an exception, it has no effect. The parameter contains the received data.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public Action<ByteBuffer> AfterDataReceived

Field Value

ActionByteBuffer

See Also