UCI_AMTI_CommandMessage¶
- UCI_AMTI_CommandMessage inherits UCI_Message
Overview¶
This message allows the user to command a radar via UCI messaging.
Static Methods¶
- static UCI_AMTI_CommandMessage Construct(UCI_AMTI_Command AMTICommand)¶
This method constructs an instance of an UCI_AMTI_CommandMessage.
Methods¶
- string CommandUUID(int commandIndex)¶
This method returns the UUID of the command at the given index.
- void PushBack(UCI_AMTI_Command AMTICommand)¶
This method adds the given UCI_AMTI_Command to the list of commands in the message.