TeamTalk 5 .NET DLL
Version 5.11A
|
A struct containing the properties of an event. More...
Public Member Functions | |
object | DataToObject () |
Public Attributes | |
ClientEvent | nClientEvent |
The event's message number. More... | |
int | nSource |
The source of the event depends on wmMsg . More... | |
TTType | ttType |
Specifies which member to access in the union. More... | |
uint | uReserved |
Reserved. To preserve alignment. More... | |
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 3960 of file TeamTalk.cs.
object BearWare.TTMessage.DataToObject | ( | ) |
Definition at line 3974 of file TeamTalk.cs.
ClientEvent BearWare.TTMessage.nClientEvent |
int BearWare.TTMessage.nSource |
The source of the event depends on wmMsg
.
Definition at line 3965 of file TeamTalk.cs.
TTType BearWare.TTMessage.ttType |
Specifies which member to access in the union.
Definition at line 3967 of file TeamTalk.cs.
uint BearWare.TTMessage.uReserved |
Reserved. To preserve alignment.
Definition at line 3969 of file TeamTalk.cs.
byte [] BearWare.TTMessage.data |
Definition at line 3971 of file TeamTalk.cs.