@Structure.FieldOrder(value={"ClientData","LocalUserId","RemoteUserId","SocketId","ConnectionType","NetworkType"})
public class EOS_P2P_OnPeerConnectionEstablishedInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
EOS_P2P_OnPeerConnectionEstablishedInfo.ByReference |
static class |
EOS_P2P_OnPeerConnectionEstablishedInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.Pointer |
ClientData
Client-specified data passed into EOS_P2P_AddNotifyPeerConnectionEstablished
|
EOS_EConnectionEstablishedType |
ConnectionType
Information if this is a new connection or reconnection
|
EOS_ProductUserId |
LocalUserId
The Product User ID of the local user who is being notified of a connection being established
|
EOS_ENetworkConnectionType |
NetworkType
What type of network connection is being used for this connection
|
EOS_ProductUserId |
RemoteUserId
The Product User ID of the remote user who this connection was with
|
EOS_P2P_SocketId.ByReference |
SocketId
The socket ID of the connection being established
|
| Constructor and Description |
|---|
EOS_P2P_OnPeerConnectionEstablishedInfo() |
EOS_P2P_OnPeerConnectionEstablishedInfo(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 com.sun.jna.Pointer ClientData
public EOS_ProductUserId LocalUserId
public EOS_ProductUserId RemoteUserId
public EOS_P2P_SocketId.ByReference SocketId
public EOS_EConnectionEstablishedType ConnectionType
public EOS_ENetworkConnectionType NetworkType