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 | Properties | Static Private Member Functions | Private Attributes
SetEntityThresholdsMessage Class Reference
+ Inheritance diagram for SetEntityThresholdsMessage:
+ Collaboration diagram for SetEntityThresholdsMessage:

Public Member Functions

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

Public Attributes

const String theFullName = "SetEntityThresholdsMessage"

Protected Member Functions

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

Properties

static string theName [get]
bool singleEntity [get, set]
string entityId [get, set]
float rotationThreshold [get, set]
float translationTheshold [get, set]
- Properties inherited from Message
String name [get]

Static Private Member Functions

static SetEntityThresholdsMessage ()

Private Attributes

bool mySingleEntity
string myEntityId = ""
float myRotationThreshold
float myTranslationTheshold

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

Constructor & Destructor Documentation

SetEntityThresholdsMessage.SetEntityThresholdsMessage ( )
inline

References Message.myName, and theFullName.

static SetEntityThresholdsMessage.SetEntityThresholdsMessage ( )
inlinestaticprivate

Member Function Documentation

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

Reimplemented from Message.

References myEntityId.

override void SetEntityThresholdsMessage.serialize ( ref BinaryWriter  writer)
inlineprotectedvirtual

Member Data Documentation

string SetEntityThresholdsMessage.myEntityId = ""
private

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

float SetEntityThresholdsMessage.myRotationThreshold
private

Referenced by deserialize(), and serialize().

bool SetEntityThresholdsMessage.mySingleEntity
private

Referenced by deserialize(), and serialize().

float SetEntityThresholdsMessage.myTranslationTheshold
private

Referenced by deserialize(), and serialize().

const String SetEntityThresholdsMessage.theFullName = "SetEntityThresholdsMessage"

Property Documentation

string SetEntityThresholdsMessage.entityId
getset
float SetEntityThresholdsMessage.rotationThreshold
getset
bool SetEntityThresholdsMessage.singleEntity
getset
string SetEntityThresholdsMessage.theName
staticget
float SetEntityThresholdsMessage.translationTheshold
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)