DRV_ENC28J60_ConfigGet Function
C
size_t DRV_ENC28J60_ConfigGet(DRV_HANDLE hMac, void* configBuff, size_t buffSize, size_t* pConfigSize);
Returns
Number of bytes copied to the buffer
Description
ENC28J60 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_ENC28J60_Open.
Parameters
Parameters | Description |
---|---|
hMac | the successfully opened handle |
configBuff | location to copy the configuration too |
buffSize | buffer size |
pConfigSize | configuration size needed |