Class NativeBindings
Inheritance
NativeBindings
Syntax
public static class NativeBindings
Methods
network_close(ref Int64, ref Int32)
Declaration
public static int network_close(ref long socket_handle, ref int errorcode)
Parameters
Type |
Name |
Description |
Int64 |
socket_handle |
|
Int32 |
errorcode |
|
Returns
network_create_and_bind(ref Int64, ref NetworkEndPoint, ref Int32)
Declaration
public static int network_create_and_bind(ref long socket_handle, ref NetworkEndPoint address, ref int errorcode)
Parameters
Returns
network_get_socket_address(Int64, ref NetworkEndPoint, ref Int32)
Declaration
public static int network_get_socket_address(long socket_handle, ref NetworkEndPoint own_address, ref int errorcode)
Parameters
Returns
network_initialize()
Declaration
public static int network_initialize()
Returns
network_recvmsg(Int64, Void*, Int32, ref NetworkEndPoint, ref Int32)
Declaration
public static int network_recvmsg(long socket_handle, void *iov, int iov_len, ref NetworkEndPoint remote, ref int errorcode)
Parameters
Returns
network_sendmsg(Int64, Void*, Int32, ref NetworkEndPoint, ref Int32)
Declaration
public static int network_sendmsg(long socket_handle, void *iov, int iov_len, ref NetworkEndPoint address, ref int errorcode)
Parameters
Returns
network_set_connection_reset(Int64, Int32)
Declaration
public static int network_set_connection_reset(long socket_handle, int value)
Parameters
Type |
Name |
Description |
Int64 |
socket_handle |
|
Int32 |
value |
|
Returns
network_set_nonblocking(Int64)
Declaration
public static int network_set_nonblocking(long socket_handle)
Parameters
Type |
Name |
Description |
Int64 |
socket_handle |
|
Returns
network_set_receive_buffer_size(Int64, Int32)
Declaration
public static int network_set_receive_buffer_size(long socket_handle, int size)
Parameters
Type |
Name |
Description |
Int64 |
socket_handle |
|
Int32 |
size |
|
Returns
network_set_send_buffer_size(Int64, Int32)
Declaration
public static int network_set_send_buffer_size(long socket_handle, int size)
Parameters
Type |
Name |
Description |
Int64 |
socket_handle |
|
Int32 |
size |
|
Returns
network_terminate()
Declaration
public static int network_terminate()
Returns