Click or drag to resize
ApplicationErrorFrame Class

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

Represents an application error frame that is sent by 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 ApplicationErrorFrame : ResponseFrame

The ApplicationErrorFrame type exposes the following members.

Constructors
  NameDescription
Public methodApplicationErrorFrame
Initializes a new instance of the ApplicationErrorFrame 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 propertyErrorByte
Diagnostic information for Taptrack
Public propertyErrorCode
Error code associated with the error
Public propertyErrorString
Human readable error
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 propertyNfcStatus
Diagnostic information for Taptrack
Public propertyResponseCode
See the list of response in the TCMP documentation at https://docs.google.com/document/d/1MjHizibAd6Z1PGZAWnbStXnCBVggptx3TIh2HRqEluk/edit#
(Inherited from ResponseFrame.)
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
(Inherited from ResponseFrame.)
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