ENet Class Library for C#

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

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

See Also

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