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
SetReflectedEntitySmoothingPeriodMessage Class Reference
+ Inheritance diagram for SetReflectedEntitySmoothingPeriodMessage:
+ Collaboration diagram for SetReflectedEntitySmoothingPeriodMessage:

Public Member Functions

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

Public Attributes

const String theFullName = "SetReflectedEntitySmoothingPeriodMessage"

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 period [get, set]
- Properties inherited from Message
String name [get]

Static Private Member Functions

static SetReflectedEntitySmoothingPeriodMessage ()

Private Attributes

bool mySingleEntity
string myEntityId = ""
float myPeriod

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

SetReflectedEntitySmoothingPeriodMessage.SetReflectedEntitySmoothingPeriodMessage ( )
inline

References Message.myName, and theFullName.

static SetReflectedEntitySmoothingPeriodMessage.SetReflectedEntitySmoothingPeriodMessage ( )
inlinestaticprivate

Member Function Documentation

override void SetReflectedEntitySmoothingPeriodMessage.deserialize ( ref BinaryReader  reader)
inlineprotectedvirtual

Reimplemented from Message.

References myEntityId, myPeriod, and mySingleEntity.

override int SetReflectedEntitySmoothingPeriodMessage.messageSize ( )
inlineprotectedvirtual

Reimplemented from Message.

References myEntityId.

override void SetReflectedEntitySmoothingPeriodMessage.serialize ( ref BinaryWriter  writer)
inlineprotectedvirtual

Reimplemented from Message.

References myEntityId, myPeriod, and mySingleEntity.

Member Data Documentation

string SetReflectedEntitySmoothingPeriodMessage.myEntityId = ""
private

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

float SetReflectedEntitySmoothingPeriodMessage.myPeriod
private

Referenced by deserialize(), and serialize().

bool SetReflectedEntitySmoothingPeriodMessage.mySingleEntity
private

Referenced by deserialize(), and serialize().

const String SetReflectedEntitySmoothingPeriodMessage.theFullName = "SetReflectedEntitySmoothingPeriodMessage"

Property Documentation

string SetReflectedEntitySmoothingPeriodMessage.entityId
getset
float SetReflectedEntitySmoothingPeriodMessage.period
getset
bool SetReflectedEntitySmoothingPeriodMessage.singleEntity
getset
string SetReflectedEntitySmoothingPeriodMessage.theName
staticget

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

Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)