@Structure.FieldOrder(value={"ResultCode","ClientData","LocalUserId","RoomName"})
public class EOS_RTC_DisconnectedCallbackInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_RTC_DisconnectedCallbackInfo.ByReference |
static class |
EOS_RTC_DisconnectedCallbackInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into EOS_RTC_AddNotifyDisconnected.
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the user who initiated this request.
|
EOS_EResult |
ResultCode
This returns:
EOS_EResult.EOS_Success The room was left cleanly. |
java.lang.String |
RoomName
The room associated with this event.
|
| Constructor and Description |
|---|
EOS_RTC_DisconnectedCallbackInfo() |
EOS_RTC_DisconnectedCallbackInfo(com.sun.jna.Pointer peer) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic EOS_EResult ResultCode
EOS_EResult.EOS_Success The room was left cleanly.EOS_EResult.EOS_NoConnection: There was a network issue connecting to the server (retryable).EOS_EResult.EOS_RTC_UserKicked: The user has been kicked by the server (retryable).EOS_EResult.EOS_ServiceFailure: A known error occurred during interaction with the server (retryable).EOS_EResult.EOS_UnexpectedError Unexpected error (retryable).public com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public java.lang.String RoomName