UCI_ESM_CommandMessage¶
- UCI_ESM_CommandMessage inherits UCI_Message
Overview¶
This message allows the user to command an ESM sensor.
Static Methods¶
- static UCI_ESM_CommandMessage Construct(UCI_ESM_Command esmCommand)¶
This method constructs an instance of an UCI_ESM_CommandMessage.
Methods¶
- string CommandUUID(int commandIndex)¶
This method returns the UUID of the command at the given index.
- void PushBack(UCI_ESM_Command esmCommand)¶
This method adds the given UCI_ESM_Command to the list of commands in the message.