Beispiel #1
0
 public Address(ENetAddress address)
 {
     nativeAddress = address;
 }
Beispiel #2
0
 internal static extern IntPtr enet_host_create(ref ENetAddress address, IntPtr peerLimit, IntPtr channelLimit, uint incomingBandwidth, uint outgoingBandwidth);
Beispiel #3
0
 internal static extern IntPtr enet_host_connect(IntPtr host, ref ENetAddress address, IntPtr channelCount, uint data);
Beispiel #4
0
 internal static extern int enet_address_set_host(ref ENetAddress address, byte[] hostName);