Skip to main content

pamoja_mavlink_signer_link_id

Function pamoja_mavlink_signer_link_id 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_mavlink_signer_link_id( signer: *const PamojaMavlinkSigner, ) -> u8
Expand description

Returns the link a signer signs on.

§Arguments

  • signer - the signer to read.

§Returns

The link id, or 0 if signer is null.

§Safety

signer must be a live signer handle, or null.