AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Classes | |
class | AckTypeField |
Field data for a Message consisting of the Acknowledgement Type. This is used to hold the type of Acknowledgement for the Acknowledgement Message. More... | |
class | BookmarkField |
Represents field data for a AMPS.Client.Message that consists of the bookmark. This is the AMPS Bookmark for the message. More... | |
class | BookmarkRangeField |
Field data for a AMPS.Client.Message consisting of a bookmark This is the AMPS Bookmark for a Message going to the server. More... | |
class | BooleanField |
Field data for a AMPS.Client.Message consisting of a boolean value. More... | |
class | CommandField |
Field data for a Message which consists of a Command. This Command tells AMPS how to interpret the Message. More... | |
class | ExtensionMethods |
class | Field |
Represents a single field in an AMPS message. More... | |
class | IntegerField |
Field data for a AMPS.Client.Message consisting of an integer value. More... | |
class | LongField |
Field data for a AMPS.Client.Message consisting of a long value. More... | |
class | OptionsField |
Field data for a AMPS.Client.Message which consists of options. These options represent the possible values for message options in an AMPS command. More... | |
class | ReasonField |
Field data for a Message consisting of a reason. This reason helps to provide more information about acknowledgements. More... | |
class | StatusField |
Field data for a Message which consists of a status. This is the status of the Message. This status indicates the success or failure of the command being acknowledged. More... | |
class | StringField |
Field data for a Message which consists of a string. More... | |
class | UlongField |
Field data for a Message which consists of an unsigned long integer value More... | |