|
Profishark API 2.6.1.0
|
Power over Ethernet functions. More...
Data Structures | |
| struct | ProfisharkApiPoePairValues |
| Power over Ethernet pair measures. More... | |
| struct | ProfisharkApiPoeValues |
| Power over Ethernet values and calibration parameters. More... | |
| struct | ProfisharkApiPoeChannelCalibrationData |
| Power over Ethernet calibration parameters. More... | |
| struct | ProfisharkApiPoeCalibrationData |
| Power over Ethernet calibration parameters. More... | |
Typedefs | |
| typedef struct ProfisharkApiPoePairValues | ProfisharkApiPoePairValues |
| Power over Ethernet pair measures. | |
| typedef struct ProfisharkApiPoeValues | ProfisharkApiPoeValues |
| Power over Ethernet values and calibration parameters. | |
| typedef struct ProfisharkApiPoeChannelCalibrationData | ProfisharkApiPoeChannelCalibrationData |
| Power over Ethernet calibration parameters. | |
| typedef struct ProfisharkApiPoeCalibrationData | ProfisharkApiPoeCalibrationData |
| Power over Ethernet calibration parameters. | |
Functions | |
| PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIPoeGetMeasures (ProfisharkApiDeviceHandle handle, ProfisharkApiPoeValues *result) |
| Read Power over Ethernet values and calibration data. | |
| PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIPoeGetRawMeasures (ProfisharkApiDeviceHandle handle, ProfisharkApiPoeValues *result) |
| Read Power over Ethernet uncalibrated values. | |
| PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIPoeGetCalibrationData (ProfisharkApiDeviceHandle handle, ProfisharkApiPoeCalibrationData *result) |
| Read Power over Ethernet calibration data. | |
| PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIPoeSetCalibrationData (ProfisharkApiDeviceHandle handle, ProfisharkApiPoeCalibrationData *result) |
| Write Power over Ethernet calibration data. | |
| PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIPoeResetCalibrationData (ProfisharkApiDeviceHandle handle) |
| Reset Power over Ethernet calibration data. | |
Power over Ethernet functions.
| PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIPoeGetCalibrationData | ( | ProfisharkApiDeviceHandle | handle, |
| ProfisharkApiPoeCalibrationData * | result | ||
| ) |
Read Power over Ethernet calibration data.
| handle | a handle to the device |
| result | a ProfisharkApiPoeCalibrationData that will be filled with the PoE calibration data |
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
| PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIPoeGetMeasures | ( | ProfisharkApiDeviceHandle | handle, |
| ProfisharkApiPoeValues * | result | ||
| ) |
Read Power over Ethernet values and calibration data.
Read Power over Ethernet calibrated values.
| handle | a handle to the device |
| result | a ProfisharkApiPoeValues that will be filled with the PoE values |
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
| PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIPoeGetRawMeasures | ( | ProfisharkApiDeviceHandle | handle, |
| ProfisharkApiPoeValues * | result | ||
| ) |
Read Power over Ethernet uncalibrated values.
| handle | a handle to the device |
| result | a ProfisharkApiPoeValues that will be filled with the PoE values |
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
| PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIPoeResetCalibrationData | ( | ProfisharkApiDeviceHandle | handle | ) |
Reset Power over Ethernet calibration data.
| handle | a handle to the device |
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
| PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIPoeSetCalibrationData | ( | ProfisharkApiDeviceHandle | handle, |
| ProfisharkApiPoeCalibrationData * | result | ||
| ) |
Write Power over Ethernet calibration data.
| handle | a handle to the device |
| result | a ProfisharkApiPoeCalibrationData containing the calibration data to write |
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |