v1.3.0.0
WASimCommander::CLI::Structs Namespace Reference

WASimCommander::CLI::Structs namespace. CLI/.NET versions of WASimCommander API and Client data structures. More...

Classes

struct  ClientEvent
 Client Event data, delivered via callback. More...
 
struct  Command
 Command data structure. The member contents depend on the command type as described in each command type of the CommandId enum documentation. More...
 
struct  DataRequest
 Structure for value update subscription requests. More...
 
struct  DataRequestRecord
 DataRequestRecord inherits and extends WASimCommander::CLI::Structs::DataRequest with data pertinent for use by a data consumer/Client. In particular, any value data sent from the server is stored here as a byte array in the data member (a byte array). More...
 
struct  ListResult
 Structure for delivering list results, eg. of local variables sent from Server. More...
 
struct  LogRecord
 Log record structure. More...
 
struct  RegisteredEvent
 Structure to hold data for registered (reusable) calculator events. Used to submit events with WASimClient::registerEvent(). More...
 
struct  VariableRequest
 Structure for using with WASimClient::getVariable() and WASimClient::setVariable() to specify information about the variable to set or get. Variables and Units can be specified by name or by numeric ID. More...
 

Detailed Description

WASimCommander::CLI::Structs namespace. CLI/.NET versions of WASimCommander API and Client data structures.