FlagFrameIndexOfMessageEnd Method

Gets index of EOT or ETX in the data.

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Frames.Flag (in OddPrg.Frames.Flag.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static int IndexOfMessageEnd(
	ByteBuffer data,
	int startIndex
)

Parameters

data  ByteBuffer
startIndex  Int32

Return Value

Int32

See Also