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

Public Member Functions

 UniversalHlaInteractionMessage ()
byte[] getAttribute (string attrName)
void setAttribute (string attrName, byte[] val)
- Public Member Functions inherited from Message
 Message ()
virtual Byte[] encode ()

Public Attributes

const String theFullName = "UniversalHlaInteractionMessage"

Protected Member Functions

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

Protected Attributes

Dictionary< string, byte[]> myAttributes = new Dictionary<string, byte[]>()
- Protected Attributes inherited from Message
String myName
Type myTypeInfo

Properties

static string theName [get]
string objClass [get, set]
- Properties inherited from Message
String name [get]

Static Private Member Functions

static UniversalHlaInteractionMessage ()

Private Attributes

string myObjClass = ""

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)

Constructor & Destructor Documentation

UniversalHlaInteractionMessage.UniversalHlaInteractionMessage ( )
inline

References Message.myName, and theFullName.

static UniversalHlaInteractionMessage.UniversalHlaInteractionMessage ( )
inlinestaticprivate

Member Function Documentation

override void UniversalHlaInteractionMessage.deserialize ( ref BinaryReader  reader)
inlineprotectedvirtual

Reimplemented from Message.

References myAttributes, and myObjClass.

byte [] UniversalHlaInteractionMessage.getAttribute ( string  attrName)
inline

References myAttributes.

override int UniversalHlaInteractionMessage.messageSize ( )
inlineprotectedvirtual

Reimplemented from Message.

References myAttributes, and myObjClass.

override void UniversalHlaInteractionMessage.serialize ( ref BinaryWriter  writer)
inlineprotectedvirtual

Reimplemented from Message.

References myAttributes, and myObjClass.

void UniversalHlaInteractionMessage.setAttribute ( string  attrName,
byte[]  val 
)
inline

References myAttributes.

Member Data Documentation

Dictionary<string, byte[]> UniversalHlaInteractionMessage.myAttributes = new Dictionary<string, byte[]>()
protected
string UniversalHlaInteractionMessage.myObjClass = ""
private

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

const String UniversalHlaInteractionMessage.theFullName = "UniversalHlaInteractionMessage"

Property Documentation

string UniversalHlaInteractionMessage.objClass
getset
string UniversalHlaInteractionMessage.theName
staticget

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

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)