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