|
TeamTalk 5 Java DLL Version 5.19A
|
A struct containing the properties of an event. More...
Public Member Functions | |
| object | DataToObject () |
Public Attributes | |
| ClientEvent | nClientEvent |
| The event's message number. | |
| int | nSource |
The source of the event depends on wmMsg. | |
| TTType | ttType |
| Specifies which member to access in the union. | |
| uint | uReserved |
| Reserved. To preserve alignment. | |
| byte[] | data |
A struct containing the properties of an event.
The event can be retrieved by called TeamTalkBase.GetMessage(). This struct is only required on non-Windows systems.
Section Client Event Handling explains event handling in the local client instance.
Definition at line 3963 of file TeamTalk.cs.
| object BearWare.TTMessage.DataToObject | ( | ) |
Definition at line 3977 of file TeamTalk.cs.
| ClientEvent BearWare.TTMessage.nClientEvent |
| int BearWare.TTMessage.nSource |
The source of the event depends on wmMsg.
Definition at line 3968 of file TeamTalk.cs.
| TTType BearWare.TTMessage.ttType |
Specifies which member to access in the union.
Definition at line 3970 of file TeamTalk.cs.
| uint BearWare.TTMessage.uReserved |
Reserved. To preserve alignment.
Definition at line 3972 of file TeamTalk.cs.
| byte [] BearWare.TTMessage.data |
Definition at line 3974 of file TeamTalk.cs.