ListenerCreateLogDataLines Method

Creates lines for communication log of incoming/outgoing data formatted according to the listener settings.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication.Listeners (in OddPrg.Communication.Listeners.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string[] CreateLogDataLines(
	CommunicatorByteFlowDirection flowDirection,
	ByteBuffer data
)

Parameters

flowDirection  CommunicatorByteFlowDirection
Indicates the data flow direction (outgoing/incoming)
data  ByteBuffer
Data to format and display.

Return Value

String

See Also