![]() |
VR-Link C# API Documentation
|
Inheritance diagram for PrintMessage:
Collaboration diagram for PrintMessage:Public Member Functions | |
| PrintMessage () | |
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] |
Static Private Member Functions | |
| static | PrintMessage () |
Private Attributes | |
| string | myText = "" |
| int | myNotifyLevel |
Additional Inherited Members |
|
inline |
References Message.myName, and theFullName.
|
inlinestaticprivate |
|
inlineprotectedvirtual |
Reimplemented from Message.
References myNotifyLevel, and myText.
|
inlineprotectedvirtual |
|
inlineprotectedvirtual |
Reimplemented from Message.
References myNotifyLevel, and myText.
|
private |
Referenced by deserialize(), and serialize().
|
private |
Referenced by deserialize(), messageSize(), and serialize().
| const String PrintMessage.theFullName ="PrintMessage" |
Referenced by PrintMessage().
|
getset |
|
getset |
|
staticget |