pub unsafe extern "C" fn BM_GetDataText(
data: *const BMData,
buffer: *mut c_char,
length: usize,
reserved: c_ushort,
)Expand description
Translate data (i.e. CAN message) to string, this is a helper function to ease application programming.
ยงArguments
data: The message data to be translated.buffer: A caller-allocated string buffer to hold the translated string.length: Number in bytes of the string buffer.reserved: Reserved.