CommunicatorPrepareSent Method
Stores copy of data to sent for further echo check. Displays bytes to send in a log.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
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.