PhidgetNet_addServer

Function PhidgetNet_addServer 

Source
pub unsafe extern "C" fn PhidgetNet_addServer(
    serverName: *const c_char,
    address: *const c_char,
    port: c_int,
    password: *const c_char,
    flags: c_int,
) -> PhidgetReturnCode