pub unsafe extern "C" fn udsSendTo(
dst_NetworkNodeID: u16_,
data_channel: u8_,
flags: u8_,
buf: *const c_void,
size: usize
) -> Result
Expand description
Sends data over the network.
§Arguments
dst_NetworkNodeID
- Destination NetworkNodeID.data_channel
- See udsBind().flags
- Send flags, see the UDS_SENDFLAG enum values.buf
- Input send buffer.size
- Size of the buffer.