CommandFrame Class |
[This is preliminary documentation and is subject to change.]
Namespace: TapTrack.Tcmp.Communication
public class CommandFrame : TcmpFrame
The CommandFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandFrame | Initializes a new instance of the CommandFrame class |
Name | Description | |
---|---|---|
![]() | CommandFamily | (Inherited from TcmpFrame.) |
![]() | CommandFamily0 | (Inherited from TcmpFrame.) |
![]() | CommandFamily1 | (Inherited from TcmpFrame.) |
![]() | Crc | (Inherited from TcmpFrame.) |
![]() | Data |
Data payload of the frame
(Inherited from TcmpFrame.) |
![]() | FrameLength |
The total frame length
(Inherited from TcmpFrame.) |
![]() | Lcs | (Inherited from TcmpFrame.) |
![]() | Len0 | (Inherited from TcmpFrame.) |
![]() | Len1 | (Inherited from TcmpFrame.) |
![]() | Length |
Length represented by Len1 and Len0
(Inherited from TcmpFrame.) |
Name | Description | |
---|---|---|
![]() | AddEscapeChars(Byte) | (Inherited from TcmpFrame.) |
![]() | AddEscapeChars(ListByte) | (Inherited from TcmpFrame.) |
![]() | CalculateLcs(Int32) | (Inherited from TcmpFrame.) |
![]() | CalculateLcs(Byte, Byte) | (Inherited from TcmpFrame.) |
![]() | CompareCommandFamilies | (Inherited from TcmpFrame.) |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToArray |
Converts the TcmpFrame object to it's byte array form
(Inherited from TcmpFrame.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |