Click or drag to resize

CheckIsCompletePacketHandler Delegate

This delegate is used to assign a method for the system to check if current received bytes is a complete packet.

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public delegate int CheckIsCompletePacketHandler(
	byte[] bytes,
	int startIndex,
	int length
)

Parameters

bytes
Type: SystemByte
The buffer bytes.
startIndex
Type: SystemInt32
The start index of the packet in buffer bytes..
length
Type: SystemInt32
The current byte count.

Return Value

Type: Int32
See Also