Click or drag to resize
ResponseFrame Class

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

Represents a frame recieved from the Tappy
Inheritance Hierarchy

Namespace: TapTrack.Tcmp.Communication
Assembly: TapTrack.Tcmp (in TapTrack.Tcmp.dll) Version: 0.4.0.0 (0.4.0.0)
Syntax
C#
public class ResponseFrame : TcmpFrame

The ResponseFrame type exposes the following members.

Constructors
  NameDescription
Public methodResponseFrame
Initializes a new instance of the ResponseFrame class
Top
Properties
  NameDescription
Public propertyCommandFamily (Inherited from TcmpFrame.)
Public propertyCommandFamily0 (Inherited from TcmpFrame.)
Public propertyCommandFamily1 (Inherited from TcmpFrame.)
Public propertyCrc (Inherited from TcmpFrame.)
Public propertyData
Data payload of the frame
(Inherited from TcmpFrame.)
Public propertyFrameLength
The total frame length
(Inherited from TcmpFrame.)
Public propertyLcs (Inherited from TcmpFrame.)
Public propertyLen0 (Inherited from TcmpFrame.)
Public propertyLen1 (Inherited from TcmpFrame.)
Public propertyLength
Length represented by Len1 and Len0
(Inherited from TcmpFrame.)
Public propertyResponseCode
See the list of response in the TCMP documentation at https://docs.google.com/document/d/1MjHizibAd6Z1PGZAWnbStXnCBVggptx3TIh2HRqEluk/edit#
Top
Methods
  NameDescription
Protected methodAddEscapeChars(Byte) (Inherited from TcmpFrame.)
Protected methodAddEscapeChars(ListByte) (Inherited from TcmpFrame.)
Protected methodCalculateLcs(Int32) (Inherited from TcmpFrame.)
Protected methodCalculateLcs(Byte, Byte) (Inherited from TcmpFrame.)
Public methodCompareCommandFamilies (Inherited from TcmpFrame.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsApplicationErrorFrame
Checks if this frame is an application error frame
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray
Converts the TcmpFrame object to it's byte array form
(Inherited from TcmpFrame.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldcontents
Bytes of frame
(Inherited from TcmpFrame.)
Top
See Also