Esempio n. 1
0
 public static extern IntPtr HostCreate(ENetAddressType addressType, NativeENetAddress *address, UIntPtr peerCount, UIntPtr channelLimit, uint incomingBandwidth, uint outgoingBandwidth);
Esempio n. 2
0
 public static extern int AddressSetHostIP(NativeENetAddress *address, [MarshalAs(UnmanagedType.LPStr)] string hostName);
Esempio n. 3
0
 public static extern NativeENetPeer *HostConnect(IntPtr host, NativeENetAddress *address, UIntPtr channelCount, uint data);
Esempio n. 4
0
 public static extern int AddressGetHostIP(NativeENetAddress *address, IntPtr hostName, UIntPtr nameLength);