Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 622 Bytes

GUID-F9702DE8-CC03-4FA7-8F4B-84EC7A2F7AC1.md

File metadata and controls

12 lines (9 loc) · 622 Bytes

MiApp_Set

|API|bool MiApp_Set(set_params id, uint8_t *value)| |Description|This is the primary user interface function to set the different values in the MiWiTM stack.| |Pre-Condition|Protocol initialization must be done.| |Parameters|• set_params id – The identifier of the value to be set• value – The value to be set| |Returns|A boolean to indicate if set operation is performed successfully.| |Example|<code>if( true == MiApp_Set(CHANNEL, 15) ){// channel changes successfully}</code>| |Remarks|None|

Parent topic:MiApp API Description