pub unsafe extern "C" fn subghz_protocol_keeloq_create_data(
context: *mut c_void,
flipper_format: *mut FlipperFormat,
serial: u32,
btn: u8,
cnt: u16,
manufacture_name: *const c_char,
preset: *mut SubGhzRadioPreset,
) -> boolExpand description
Key generation from simple data.
§Arguments
context- Pointer to a SubGhzProtocolEncoderKeeloq instanceflipper_format- Pointer to a FlipperFormat instanceserial- Serial number, 28 bitbtn- Button number, 4 bitcnt- Counter value, 16 bitmanufacture_name- Name of manufacturer’s keypreset- Modulation, SubGhzRadioPreset
§Returns
true On success