Click or drag to resize
TcmpFrameIsValidFrame Method

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

Checks if the frame given has a LCS errors, CRC errors, or other errors

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public static bool IsValidFrame(
	TcmpFrame frame
)

Parameters

frame
Type: TapTrack.Tcmp.CommunicationTcmpFrame

Return Value

Type: Boolean
True is frame has no errors, false otherwise
See Also