Click or drag to resize
TcmpFrameHasCrcError Method

[This is preliminary documentation and is subject to change.]

Checks if the frame given has a CRC error

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
protected static bool HasCrcError(
	TcmpFrame frame,
	byte[] crc
)

Parameters

frame
Type: TapTrack.Tcmp.CommunicationTcmpFrame
Frame to be checked
crc
Type: SystemByte
CRC to be compare to

Return Value

Type: Boolean
True if there is a CRC error, false otherwise
See Also