DRV_ENCX24J600_ConfigGet Function
C
size_t DRV_ENCX24J600_ConfigGet(DRV_HANDLE hMac, void* configBuff, size_t buffSize, size_t* pConfigSize);
Returns
Number of bytes copied to the buffer ENCX24J600 Get Configuration Gets the current configuration.
Remarks
This function does nothing in the first release.
Preconditions
The client had to be successfully opened with DRV_ENCX24J600_Open.
Parameters
Parameters | Description |
---|---|
hMac | the successfully opened handle |
configBuff | location to copy the configuration too |
buffSize | buffer size |
pConfigSize | configuration size needed |