NativeSocketAddress
Description:
[ CCode ( has_construct_function = false , type = "GSocketAddress*" ) ]
public NativeSocketAddress (void* native, size_t len)
public NativeSocketAddress (void* native, size_t len)
Creates a new NativeSocketAddress for native
and len
.
Parameters:
native |
a native address object |
len |
the length of |
Returns:
a new NativeSocketAddress |