SRV_PCOUP_Get_Config Function

C

SRV_PLC_PCOUP_DATA * SRV_PCOUP_Get_Config(void);

Summary

Get the PLC PHY Coupling parameters.

Description

This function allows to get the PLC PHY Coupling parameters. These parameters can be sent to the PLC device through PLC Driver PIB interface (DRV_PLC_PHY_PIBSet).

Precondition

None.

Parameters

None.

Example

SRV_PLC_PCOUP_DATA *pCoupValues;

pCoupValues = SRV_PCOUP_Get_Config();

Remarks

This function is only generated by MCC if the PLC Driver uses Meters&More PHY.

If SRV_PCOUP_Set_Config function is used to set the PLC PHY Coupling parameters, this function is not needed.