CmdMessenger  4.0.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
Public Member Functions | Protected Attributes | Properties
CommandMessenger.Command Class Reference

A command to be send by CmdMessenger. More...

Inheritance diagram for CommandMessenger.Command:
CommandMessenger.ReceivedCommand CommandMessenger.SendCommand

List of all members.

Public Member Functions

 Command ()
 Constructor.
string CommandString ()

Protected Attributes

readonly List< string > CmdArgs = new List<string>()

Properties

int CmdId [get, set]
 Gets or sets the command ID.
String[] Arguments [get]
 Gets the command arguments.
long TimeStamp [get, set]
 Gets or sets the time stamp.
bool Ok [get]
 Returns whether this is a valid & filled command.

Detailed Description

A command to be send by CmdMessenger.


Constructor & Destructor Documentation

Constructor.


Property Documentation

Gets the command arguments.

The arguments, first one is the command ID

Gets or sets the command ID.

The command ID.

Returns whether this is a valid & filled command.

true if ok, false if not.

Gets or sets the time stamp.

The time stamp.


The documentation for this class was generated from the following file: