1.6.3.16 DRV_G3ADP_MAC_ConfigGet Function

C

size_t DRV_G3ADP_MAC_ConfigGet(DRV_HANDLE hMac, void* configBuff, size_t buffSize, size_t* pConfigSize);

Summary

G3 ADP MAC driver does not required any additional configuration.

Description

This function is not necessary, it only satisfies the compatibility with tcpip manager's API.

Precondition

DRV_G3ADP_MAC_Initialize() should have been called. DRV_G3ADP_MAC_Open() should have been called to obtain a valid handle.

Parameters

ParamDescription
hMacHandle identifying the MAC driver client
configBuffPointer to a buffer to store the configuration. Can be NULL if not needed
buffSizeSize of the supplied buffer
pConfigSizeAddress to store the number of bytes needed for the storage of the MAC configuration. Can be NULL if not needed

Returns

Number of bytes copied into the supplied storage buffer. This implementation returns 0 bytes.

Remarks

None.