mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Update raw.h
This commit is contained in:
@@ -136,18 +136,18 @@ void* subghz_protocol_encoder_raw_alloc(SubGhzEnvironment* environment);
|
||||
*/
|
||||
void subghz_protocol_encoder_raw_free(void* context);
|
||||
|
||||
/**
|
||||
* Сallback on completion of file transfer.
|
||||
* @param context Pointer to a SubGhzProtocolEncoderRAW instance
|
||||
*/
|
||||
void subghz_protocol_raw_file_encoder_worker_callback_end(void* context);
|
||||
|
||||
/**
|
||||
* Forced transmission stop.
|
||||
* @param context Pointer to a SubGhzProtocolEncoderRAW instance
|
||||
*/
|
||||
void subghz_protocol_encoder_raw_stop(void* context);
|
||||
|
||||
/**
|
||||
* Сallback on completion of file transfer.
|
||||
* @param context Pointer to a SubGhzProtocolEncoderRAW instance
|
||||
*/
|
||||
void subghz_protocol_raw_file_encoder_worker_callback_end(void* context);
|
||||
|
||||
/**
|
||||
* Set callback on completion of file transfer.
|
||||
* @param instance Pointer to a SubGhzProtocolEncoderRAW instance
|
||||
|
||||
Reference in New Issue
Block a user