Function csfml_network_sys::sfUdpSocket_send [] [src]

pub unsafe extern "C" fn sfUdpSocket_send(
    socket: *mut sfUdpSocket,
    data: *const c_void,
    size: usize,
    remoteAddress: sfIpAddress,
    remotePort: c_ushort
) -> sfSocketStatus