Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 533 Bytes

GUID-A2A6A31B-9D32-49F5-A996-2DCEEA479B57.md

File metadata and controls

12 lines (9 loc) · 533 Bytes

MiApp_Get

|API|bool MiApp_Get(set_params id, uint8_t *value )| |Description|This is the primary user interface function to get the different values in the MiWiTM stack| |Pre-Condition|Protocol initialization is done.| |Parameters|get_params id – identifier of the value to be set| |Returns|A boolean to indicate if the get operation is performed successfully.| |Example|<code>value = MiApp_get(CHANNEL)</code>| |Remarks|None|

Parent topic:MiApp API Description