ListenerCreateLogDataLines Method
Creates lines for communication log of incoming/outgoing data formatted according to the listener settings.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
public string[] CreateLogDataLines(
CommunicatorByteFlowDirection flowDirection,
ByteBuffer data
)
- flowDirection CommunicatorByteFlowDirection
- Indicates the data flow direction (outgoing/incoming)
- data ByteBuffer
- Data to format and display.
String