VR-Link C# API Documentation
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
List of all members | Classes | Public Types | Public Member Functions | Public Attributes | Protected Member Functions | Properties | Static Private Member Functions | Private Attributes
ActionResponseMessage Class Reference
+ Inheritance diagram for ActionResponseMessage:
+ Collaboration diagram for ActionResponseMessage:

Classes

class  FixedData
class  VariableData

Public Types

enum  RequestStatus {
  OTHER = 0, PENDING = 1, EXECUTING = 2, PARTIAL = 3,
  COMPLETE = 4, REJECTED = 5, RETRANSMITNOW = 6, RETRANSMITLATER = 7,
  INVALIDTIMEPARAMETERS = 8, SIMULATIONTIMEEXCEEDED = 9, REQUESTDONE = 10, TACCSF_LOS_REPLY_TYPE1 = 100,
  TACCSF_LOS_REPLY_TYPE2 = 101, JOINEXERCISEREQUESTREJECTED = 201
}

Public Member Functions

 ActionResponseMessage ()
- Public Member Functions inherited from Message
 Message ()
virtual Byte[] encode ()

Public Attributes

const String theFullName = "ActionResponseMessage"

Protected Member Functions

override int messageSize ()
override void serialize (ref BinaryWriter writer)
override void deserialize (ref BinaryReader reader)

Properties

static string theName [get]
string senderId [get, set]
string receiverId [get, set]
UInt32 requestId [get, set]
RequestStatus requestStatus [get, set]
List< FixedDatafixedData [get, set]
List< VariableDatavariableData [get, set]
- Properties inherited from Message
String name [get]

Static Private Member Functions

static ActionResponseMessage ()

Private Attributes

string mySenderId = ""
string myReceiverId = ""
UInt32 myRequestId
RequestStatus myRequestStatus
List< FixedDatamyFixedData = new List<FixedData>()
List< VariableDatamyVariableData = new List<VariableData>()

Additional Inherited Members

- Static Public Member Functions inherited from Message
static Message decode (ref Byte[] bytes)
- Static Protected Member Functions inherited from Message
static Message createMessage (ref byte[] b)
- Protected Attributes inherited from Message
String myName
Type myTypeInfo

Member Enumeration Documentation

Enumerator:
OTHER 
PENDING 
EXECUTING 
PARTIAL 
COMPLETE 
REJECTED 
RETRANSMITNOW 
RETRANSMITLATER 
INVALIDTIMEPARAMETERS 
SIMULATIONTIMEEXCEEDED 
REQUESTDONE 
TACCSF_LOS_REPLY_TYPE1 
TACCSF_LOS_REPLY_TYPE2 
JOINEXERCISEREQUESTREJECTED 

Constructor & Destructor Documentation

ActionResponseMessage.ActionResponseMessage ( )
inline

References Message.myName, and theFullName.

static ActionResponseMessage.ActionResponseMessage ( )
inlinestaticprivate

Member Function Documentation

override void ActionResponseMessage.deserialize ( ref BinaryReader  reader)
inlineprotectedvirtual
override int ActionResponseMessage.messageSize ( )
inlineprotectedvirtual

Reimplemented from Message.

References myFixedData, myReceiverId, mySenderId, and myVariableData.

override void ActionResponseMessage.serialize ( ref BinaryWriter  writer)
inlineprotectedvirtual

Member Data Documentation

List<FixedData> ActionResponseMessage.myFixedData = new List<FixedData>()
private

Referenced by deserialize(), messageSize(), and serialize().

string ActionResponseMessage.myReceiverId = ""
private

Referenced by deserialize(), messageSize(), and serialize().

UInt32 ActionResponseMessage.myRequestId
private

Referenced by deserialize(), and serialize().

RequestStatus ActionResponseMessage.myRequestStatus
private

Referenced by deserialize(), and serialize().

string ActionResponseMessage.mySenderId = ""
private

Referenced by deserialize(), messageSize(), and serialize().

List<VariableData> ActionResponseMessage.myVariableData = new List<VariableData>()
private

Referenced by deserialize(), messageSize(), and serialize().

const String ActionResponseMessage.theFullName = "ActionResponseMessage"

Property Documentation

List<FixedData> ActionResponseMessage.fixedData
getset
string ActionResponseMessage.receiverId
getset
UInt32 ActionResponseMessage.requestId
getset
RequestStatus ActionResponseMessage.requestStatus
getset
string ActionResponseMessage.senderId
getset
string ActionResponseMessage.theName
staticget
List<VariableData> ActionResponseMessage.variableData
getset

The documentation for this class was generated from the following file:

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)