ENet Class Library for C#

ENetApi.enet_address_get_host_ip(ENetAddress, Byte*, IntPtr) Method

[Visual Basic]
Public Overloads Shared Sub enet_address_get_host_ip( _
   ByRef address As ENetAddress, _
   ByVal hostIP As Byte*, _
   ByVal ipLength As IntPtr _
)
[C#]
public static int enet_address_get_host_ip(
   ref ENetAddress address,
   Byte* hostIP,
   IntPtr ipLength
);

See Also

ENetApi Class | ENet.Native Namespace | ENetApi.enet_address_get_host_ip Overload List