TeamTalk 5 Java DLL Version 5.15A
Loading...
Searching...
No Matches
BearWare.TTMessage Struct Reference

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
 

Detailed Description

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.

See also
TeamTalkBase.GetMessage

Definition at line 3994 of file TeamTalk.cs.

Member Function Documentation

◆ DataToObject()

object BearWare.TTMessage.DataToObject ( )

Definition at line 4008 of file TeamTalk.cs.

Member Data Documentation

◆ nClientEvent

ClientEvent BearWare.TTMessage.nClientEvent

The event's message number.

See also
ClientEvent

Definition at line 3997 of file TeamTalk.cs.

◆ nSource

int BearWare.TTMessage.nSource

The source of the event depends on wmMsg.

Definition at line 3999 of file TeamTalk.cs.

◆ ttType

TTType BearWare.TTMessage.ttType

Specifies which member to access in the union.

Definition at line 4001 of file TeamTalk.cs.

◆ uReserved

uint BearWare.TTMessage.uReserved

Reserved. To preserve alignment.

Definition at line 4003 of file TeamTalk.cs.

◆ data

byte [] BearWare.TTMessage.data

Definition at line 4005 of file TeamTalk.cs.