| TcmpFrame Class |
[This is preliminary documentation and is subject to change.]
Namespace: TapTrack.Tcmp.Communication
public class TcmpFrame
The TcmpFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| CommandFamily | ||
| CommandFamily0 | ||
| CommandFamily1 | ||
| Crc | ||
| Data |
Data payload of the frame
| |
| FrameLength |
The total frame length
| |
| Lcs | ||
| Len0 | ||
| Len1 | ||
| Length |
Length represented by Len1 and Len0
|
| Name | Description | |
|---|---|---|
| AddEscapeChars(Byte) | ||
| AddEscapeChars(ListByte) | ||
| CalculateCrc(Byte) | ||
| CalculateCrc(ListByte) | ||
| CalculateLcs(Int32) | ||
| CalculateLcs(Byte, Byte) | ||
| CompareCommandFamilies | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasCrcError |
Checks if the frame given has a CRC error
| |
| HasLcsError | ||
| IsValidFrame |
Checks if the frame given has a LCS errors, CRC errors, or other errors
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveEscapseCharacters | ||
| ToArray |
Converts the TcmpFrame object to it's byte array form
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateCrc |