:orphan: .. **************************************************************************** .. CUI//REL TO USA ONLY .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** UCI_ESM_CommandMessage ---------------------- .. class:: UCI_ESM_CommandMessage inherits UCI_Message Overview ======== This message allows the user to command an ESM sensor. Static Methods ============== .. method:: static UCI_ESM_CommandMessage Construct(UCI_ESM_Command esmCommand) This method constructs an instance of an UCI_ESM_CommandMessage. Methods ======= .. method:: string CommandUUID(int commandIndex) This method returns the UUID of the command at the given index. .. method:: void PushBack(UCI_ESM_Command esmCommand) This method adds the given :class:`UCI_ESM_Command` to the list of commands in the message.