Photon Fusion
2.0.8
This is the complete list of members for NetPeerGroup, including all inherited members.
| ChangeConnectionAddressDuringConnecting(NetPeerGroup *g, NetConnection *c, NetAddress newAddress) | 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 |
| GetNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
| GetUnreliableDataBuffer(NetPeerGroup *g, NetConnection *c, out NetBitBuffer *b) | NetPeerGroup | static |
| Group | NetPeerGroup | |
| Receive(NetPeerGroup *g, INetPeerGroupCallbacks cb) | NetPeerGroup | static |
| SendNotifyDataBuffer(NetPeerGroup *g, NetConnection *c, ref NetBitBuffer *b, void *userData) | NetPeerGroup | static |
| SendReliable(NetPeerGroup *g, NetConnection *c, ReliableId rid, byte *data, int dataLength) | 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 |