1.4.3.6 PAL_PLC_Reset Function
C
void PAL_PLC_Reset(PAL_PLC_HANDLE handle, bool resetMib);
Summary
Allows a client to reset the PLC PAL module.
Description
This routine performs a reset of the PLC device.
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. |
resetMib | Flag to indicate if MIBs has to been reset too. |
Returns
None.
Example
// 'palPlcHandle', returned from PAL_PLC_HandleGet PAL_PLC_Reset(palPlcHandle);
Remarks
None.