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

Public Member Functions

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

Public Attributes

const String theFullName = "PrintMessage"

Protected Member Functions

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

Properties

static string theName [get]
string text [get, set]
int notifyLevel [get, set]
- Properties inherited from Message
String name [get]
double timeStamp [get, set]

Static Private Member Functions

static PrintMessage ()

Private Attributes

string myText = ""
int myNotifyLevel

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
double myTimeStamp = -1.0
Type myTypeInfo

Constructor & Destructor Documentation

PrintMessage.PrintMessage ( )
inline

References Message.myName, and theFullName.

static PrintMessage.PrintMessage ( )
inlinestaticprivate

Member Function Documentation

override void PrintMessage.deserialize ( ref BinaryReader  reader)
inlineprotectedvirtual

Reimplemented from Message.

References myNotifyLevel, and myText.

override int PrintMessage.messageSize ( )
inlineprotectedvirtual

Reimplemented from Message.

References myText.

override void PrintMessage.serialize ( ref BinaryWriter  writer)
inlineprotectedvirtual

Reimplemented from Message.

References myNotifyLevel, and myText.

Member Data Documentation

int PrintMessage.myNotifyLevel
private

Referenced by deserialize(), and serialize().

string PrintMessage.myText = ""
private

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

const String PrintMessage.theFullName = "PrintMessage"

Referenced by PrintMessage().

Property Documentation

int PrintMessage.notifyLevel
getset
string PrintMessage.text
getset
string PrintMessage.theName
staticget

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

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)