| ResponseFrame Class | 
[This is preliminary documentation and is subject to change.]
Namespace: TapTrack.Tcmp.Communication
public class ResponseFrame : TcmpFrame
The ResponseFrame type exposes the following members.
| Name | Description | |
|---|---|---|
| ResponseFrame | Initializes a new instance of the ResponseFrame 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.) | |
| ResponseCode | 
            See the list of response in the TCMP documentation at https://docs.google.com/document/d/1MjHizibAd6Z1PGZAWnbStXnCBVggptx3TIh2HRqEluk/edit#
              | 
| 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.) | |
| IsApplicationErrorFrame | 
            Checks if this frame is an application error frame
              | |
| 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.) |