1.1.2.4.23 DRV_G3_MACRT_SetBand Function
C
void DRV_G3_MACRT_SetBand( const DRV_HANDLE handle, MAC_RT_BAND band );
Summary
Sets G3-PLC band.
Description
This function allows a client to set the G3-PLC band.
Precondition
DRV_G3_MACRT_Open must have been called to obtain a valid opened device handle.
Parameters
Param | Description |
---|---|
handle | A valid open-instance handle, returned from the driver's open routine |
band | G3-PLC Band to set |
Returns
None.
Example
DRV_HANDLE drvHandler; DRV_G3_MACRT_SetBand(drvHandler, G3_FCC);
Remarks
None.