Beispiel #1
0
 internal static extern IntPtr enet_host_connect(IntPtr host, ref ENetAddress address, IntPtr channelCount, uint data);
Beispiel #2
0
 public Address(ENetAddress address)
 {
     nativeAddress = address;
 }
Beispiel #3
0
 internal static extern IntPtr enet_host_create(ref ENetAddress address, IntPtr peerLimit, IntPtr channelLimit, uint incomingBandwidth, uint outgoingBandwidth);
Beispiel #4
0
 internal static extern int enet_address_get_host(ENetAddress address, StringBuilder hostName, IntPtr nameLength);
Beispiel #5
0
 internal static extern int enet_address_get_host_ip(ENetAddress address, StringBuilder ip, IntPtr ipLength);
Beispiel #6
0
 internal static extern int enet_address_set_host(ref ENetAddress address, string hostName);
Beispiel #7
0
 internal static extern int enet_address_set_host_ip(ref ENetAddress address, string ip);