updated win32 example with latest decode lib
This commit is contained in:
@@ -26,15 +26,15 @@ extern "C"
|
||||
#define MIN_TAG_LENGTH_TYPE_1 4
|
||||
#define MIN_TAG_LENGTH_TYPE_2 6
|
||||
|
||||
INT8 apply_power(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
INT8 apply_power(t_remote_ac_status *ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_mode(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
INT8 apply_mode(t_remote_ac_status *ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_wind_speed(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
INT8 apply_wind_speed(t_remote_ac_status *ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_swing(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
INT8 apply_swing(t_remote_ac_status *ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_temperature(t_remote_ac_status ac_status, UINT8 function_code);
|
||||
INT8 apply_temperature(t_remote_ac_status *ac_status, UINT8 function_code);
|
||||
|
||||
INT8 apply_function(struct ac_protocol *protocol, UINT8 function);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user