[][src]Function mraa_sys::mraa_uart_ow_command

pub unsafe extern "C" fn mraa_uart_ow_command(
    dev: mraa_uart_ow_context,
    command: u8,
    id: *mut u8
) -> mraa_result_t

Send a command byte to a device on the 1-wire bus

@param dev uart_ow context @param command the command byte to send @param id the rom code id of the device to receive the command, NULL for all devices on the bus @return one of the mraa_result_t values