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) | NetPeerGroup | static |
ChangeConnectionAddressDuringConnecting(NetPeerGroup *g, NetConnection *c, NetAddress newAddress) | NetPeerGroup | static |
ChangeConnectionStatus(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetConnectionStatus status) (defined in NetPeerGroup) | NetPeerGroup | static |
Connect(NetPeerGroup *g, NetAddress address, byte[] token, byte[] uniqueId=null) | NetPeerGroup | static |
Connect(NetPeerGroup *g, string ip, ushort port, byte[] token, byte[] uniqueId=null) | NetPeerGroup | static |
ConnectionCount | NetPeerGroup | |
ConnectionIterator(NetPeerGroup *g) | NetPeerGroup | static |
Disconnect(NetPeerGroup *g, NetConnection *c, byte[] token) | NetPeerGroup | static |
GetConnection(NetPeerGroup *g, NetConnectionId id) | NetPeerGroup | static |
GetConnectionByIndex(NetPeerGroup *g, int index) | NetPeerGroup | static |
GetConnectionIdleTime(NetPeerGroup *g, NetConnection *c) | NetPeerGroup | static |
GetConnectionSendBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
GetNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
GetUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
Group | NetPeerGroup | |
HandleCommandAccepted(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandAccepted cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
HandleCommandConnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandConnect cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
HandleCommandDisconnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandDisconnect cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
HandleCommandRefused(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetCommandRefused cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacket(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketAcks(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetNotifyHeader h) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketCommand(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketNotifyAcks(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketNotifyData(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketNotifyData_Part2(NetNotifyHeader header, int sequenceDistance, NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketUnconnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
HandlePacketUnreliableData(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
QueueAddressUnmap(NetPeerGroup *g, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
Receive(NetPeerGroup *g, INetPeerGroupCallbacks cb) (defined in NetPeerGroup) | NetPeerGroup | static |
ReleaseConnection(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
RELIABLE_SEND_INTERVAL (defined in NetPeerGroup) | NetPeerGroup | static |
Send(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
SendCommand< T >(NetPeerGroup *g, NetConnection *c, T cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
SendCommandConnect(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
SendCommandUnconnected< T >(NetPeerGroup *g, NetAddress address, T cmd) (defined in NetPeerGroup) | NetPeerGroup | static |
SendNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b, void *userData) | NetPeerGroup | static |
SendReliable(NetPeerGroup *g, NetConnection *c, ReliableId rid, byte *data, int dataLength) | NetPeerGroup | static |
SendUnconnected(NetPeerGroup *g, NetBitBuffer *b) (defined in NetPeerGroup) | NetPeerGroup | static |
SendUnconnectedData(NetPeerGroup *g, NetAddress address, void *data, int dataLength) | NetPeerGroup | static |
SendUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, NetBitBuffer *b) | NetPeerGroup | static |
Time | NetPeerGroup | |
TryGetConnectionByIndex(NetPeerGroup *g, int index, out NetConnection *connection) | NetPeerGroup | static |
Update(NetPeerGroup *g, INetPeerGroupCallbacks cb) | NetPeerGroup | static |
UpdateConnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
UpdateConnecting(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
UpdateConnections(NetPeerGroup *g, INetPeerGroupCallbacks cb) (defined in NetPeerGroup) | NetPeerGroup | static |
UpdateDisconnected(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |
UpdateShutdown(NetPeerGroup *g, INetPeerGroupCallbacks cb, NetConnection *c) (defined in NetPeerGroup) | NetPeerGroup | static |