Skip to main content

build_identify_command

Function build_identify_command 

Source
pub fn build_identify_command(lh: &Lighthouse) -> Result<Vec<u8>>
Expand description

Build the identify command bytes for a lighthouse (V2 only).

ยงErrors

Returns an error if the lighthouse is V1, which does not support the identify command.