ReadWritePhySettings Method - neoVI API
Last updated
Last updated
This method allows reading and writing the PHY settings from/to the hardware.
Parameters
hObject
[in] Specifies the driver object created by .
PHYSettings
[out] This is the address of the first element of an array of structures. This array will be loaded by the application software with entries to be read or written from/to the hardware.
iSize
[in] Specifies the size of the structure used by the application. This is to make sure the structure used in the application and the DLL is same to avoid any buffer overrun.
iNumEntries
[in] Specifies the number of PHY Entries to be read or written.
Return Values
Returns 1 if successful, 0 if an error occurred. must be called to obtain the specific error.
Remarks
This function call sends the PHY Entries to be read or written from/to the hardware.