Photon Fusion 2.0.3

NetPeerGroup Member List

This is the complete list of members for NetPeerGroup, including all inherited members.

_clock (defined in NetPeerGroup)NetPeerGroup
_config (defined in NetPeerGroup)NetPeerGroup
_connectionsMap (defined in NetPeerGroup)NetPeerGroup
_counter (defined in NetPeerGroup)NetPeerGroup
_group (defined in NetPeerGroup)NetPeerGroup
_peer (defined in NetPeerGroup)NetPeerGroup
_recvHead (defined in NetPeerGroup)NetPeerGroup
_recvStack (defined in NetPeerGroup)NetPeerGroup
_sendBlock (defined in NetPeerGroup)NetPeerGroup
_sendHead (defined in NetPeerGroup)NetPeerGroup
AllocateConnection(NetPeerGroup *g, NetAddress address, byte[] token, byte[] uniqueId) (defined in NetPeerGroup)NetPeerGroupstatic
ChangeConnectionAddressDuringConnecting(NetPeerGroup *g, NetConnection *c, NetAddress newAddress)NetPeerGroupstatic
ChangeConnectionStatus(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetConnectionStatus status) (defined in NetPeerGroup)NetPeerGroupstatic
Connect(NetPeerGroup *g, NetAddress address, byte[] token, byte[] uniqueId=null)NetPeerGroupstatic
Connect(NetPeerGroup *g, string ip, ushort port, byte[] token, byte[] uniqueId=null)NetPeerGroupstatic
ConnectionCountNetPeerGroup
ConnectionIterator(NetPeerGroup *g)NetPeerGroupstatic
Disconnect(NetPeerGroup *g, NetConnection *c, byte[] token)NetPeerGroupstatic
GetConnection(NetPeerGroup *g, NetConnectionId id)NetPeerGroupstatic
GetConnectionByIndex(NetPeerGroup *g, int index)NetPeerGroupstatic
GetConnectionIdleTime(NetPeerGroup *g, NetConnection *c)NetPeerGroupstatic
GetConnectionSendBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
GetNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b)NetPeerGroupstatic
GetUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b)NetPeerGroupstatic
GroupNetPeerGroup
HandleCommandAccepted(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandAccepted cmd) (defined in NetPeerGroup)NetPeerGroupstatic
HandleCommandConnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandConnect cmd) (defined in NetPeerGroup)NetPeerGroupstatic
HandleCommandDisconnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandDisconnect cmd) (defined in NetPeerGroup)NetPeerGroupstatic
HandleCommandRefused(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandRefused cmd) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacket(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketAcks(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetNotifyHeader h) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketCommand(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketNotifyAcks(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketNotifyData(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketNotifyData_Part2(NetNotifyHeader header, int sequenceDistance, NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketUnconnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
HandlePacketUnreliableData(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
QueueAddressUnmap(NetPeerGroup *g, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
Receive(NetPeerGroup *g, INetPeerGroupCallbacks cb) (defined in NetPeerGroup)NetPeerGroupstatic
ReleaseConnection(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
RELIABLE_SEND_INTERVAL (defined in NetPeerGroup)NetPeerGroupstatic
Send(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
SendCommand< T >(NetPeerGroup *g, NetConnection *c, T cmd) (defined in NetPeerGroup)NetPeerGroupstatic
SendCommandConnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
SendCommandUnconnected< T >(NetPeerGroup *g, NetAddress address, T cmd) (defined in NetPeerGroup)NetPeerGroupstatic
SendNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b, void *userData)NetPeerGroupstatic
SendReliable(NetPeerGroup *g, NetConnection *c, ReliableId rid, byte *data, int dataLength)NetPeerGroupstatic
SendUnconnected(NetPeerGroup *g, NetBitBuffer *b) (defined in NetPeerGroup)NetPeerGroupstatic
SendUnconnectedData(NetPeerGroup *g, NetAddress address, void *data, int dataLength)NetPeerGroupstatic
SendUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b)NetPeerGroupstatic
TimeNetPeerGroup
TryGetConnectionByIndex(NetPeerGroup *g, int index, out NetConnection *connection)NetPeerGroupstatic
Update(NetPeerGroup *g, INetPeerGroupCallbacks cb)NetPeerGroupstatic
UpdateConnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
UpdateConnecting(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
UpdateConnections(NetPeerGroup *g, INetPeerGroupCallbacks cb) (defined in NetPeerGroup)NetPeerGroupstatic
UpdateDisconnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic
UpdateShutdown(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup)NetPeerGroupstatic