Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 750 Bytes

File metadata and controls

12 lines (9 loc) · 750 Bytes

MiApp_SubscribeDataIndicationCallback

|API|bool MiApp_SubscribeDataIndicationCallback(PacketIndCallback_t callback)| |Description|This is the primary user interface functions for the application layer to call the Microchip proprietary protocol stack to register the message indication callback to the application. The function calls the protocol stack state machine to keep the stack running.| |Pre-Condition|Protocol initialization is done.| |Parameters|None| |Returns|A boolean to indicate if the subscription operation is successful or not.| |Example|<code>if( true == MiApp_SubscribeDataIndicationCallback(ind) ){}</code\>| |Remarks|None|

Parent topic:MiApp API Description