Telepathy::Message
Public Functions
Name | |
---|---|
Message(int connectionId, EventType eventType, byte [] data) |
Public Attributes
Name | |
---|---|
readonly int | connectionId |
readonly EventType | eventType |
readonly byte [] | data |
Public Functions Documentation
function Message
inline Message(
int connectionId,
EventType eventType,
byte [] data
)
Public Attributes Documentation
variable connectionId
readonly int connectionId;
variable eventType
readonly EventType eventType;
variable data
readonly byte [] data;
Updated on 17 January 2021 at 14:41:07 UTC