1.2.5.7 ADP_SetLBPStatusConnection Function
C
void ADP_SetLBPStatusConnection ( bool lbpConnected );
Summary
The ADP_SetLBPStatusConnection primitive sets the LBP status connection.
Description
This primitive is intended to be called from LBP module to inform ADP of the availability of the G3 Network. As it is called from provided LBP Module, it is not intended to be called from Application.
Parameters
Param | Description |
---|---|
lbpConnected | Flag to update the status of the G3 Network connection |
Returns
None.
Example
ADP_SetLBPStatusConnection(true);
Remarks
None.