1.4.3.10 PAL_PLC_SetCoordinator Function
C
void PAL_PLC_SetCoordinator(PAL_PLC_HANDLE handle);
Summary
Allows a client to configure the G3-PLC MAC-RT driver as coordinator.
Description
This routine configures the G3-PLC MAC-RT driver as coordinator.
Precondition
PAL_PLC_HandleGet must have been called to obtain a valid PLC PAL handle.
Parameters
Param | Description |
---|---|
handle | A valid handle, returned from PAL_PLC_HandleGet. |
Returns
None.
Example
// 'palPlcHandle', returned from PAL_PLC_HandleGet PAL_PLC_SetCoordinator(palPlcHandle);
Remarks
None.