1.2.5.87 LBP_InitCoord Function
C
void LBP_InitCoord (
    bool aribBand
);Summary
Initializes the Coordinator LBP module.
Description
This routine initializes the Coordinator LBP data structures.
Parameters
| Param | Description | 
|---|---|
| aribBand | Flag to indicate if ARIB PLC band is used | 
Returns
None.
Example
// G3 Initialization // Open ADP ADP_Open(ADP_BAND_CENELEC_A); // Initialize LBP Module to later Start the Network LBP_InitCoord(false);
Remarks
This routine must be called before any other Coordinator LBP API function.
