Function ntcore_sys::NT_StartClient [] [src]

pub unsafe extern "C" fn NT_StartClient(
    inst: NT_Inst,
    server_name: *const c_char,
    port: c_uint
)

Starts a client using the specified server and port

@param inst instance handle @param server_name server name (UTF-8 string, null terminated) @param port port to communicate over