Update raw.h

This commit is contained in:
RogueMaster
2022-09-17 06:18:38 -04:00
parent c2beceb683
commit 8af52b440f

View File

@@ -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