UCI_POST_CommandMessage

UCI_POST_CommandMessage inherits UCI_Message

Overview

This message allows the user to command a WSF_IRST_SENSOR.

Methods

string CommandUUID(int commandIndex)

This method returns the UUID of the command at the given index.

static UCI_POST_CommandMessage Construct(UCI_POST_Command postCommand)

This method constructs an instance of an UCI_POST_CommandMessage.

UCI_LOS LOS(int commandIndex)

Returns the line of sight (LOS) information of the indexed command.

void PushBack(UCI_POST_Command postCommand)

This method adds the given UCI_POST_Command to the list of commands in the message.