pub unsafe extern "C" fn onewire_host_read_bytes(
host: *mut OneWireHost,
buffer: *mut u8,
count: u16,
)Expand description
Read one or more bytes
ยงArguments
[in]- host pointer to OneWireHost instance[out]- buffer received data buffer[in]- count number of bytes to read