CommunicatorPrepareSent Method

Stores copy of data to sent for further echo check. Displays bytes to send in a log.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public void PrepareSent(
	ByteBuffer data,
	ByteBuffer displayData
)

Parameters

data  ByteBuffer
Bytes that are about to send
displayData  ByteBuffer
Bytes that could be displayed in a log. If this parameter is null, data will be displayed.

See Also