Power over Ethernet functions.
More...
|
|
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.
|
Power over Ethernet functions.
◆ ProfisharkAPIPoeGetCalibrationData()
Read Power over Ethernet calibration data.
- Parameters
-
- Return values
-
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
◆ ProfisharkAPIPoeGetMeasures()
Read Power over Ethernet values and calibration data.
Read Power over Ethernet calibrated values.
- Parameters
-
- Return values
-
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
◆ ProfisharkAPIPoeGetRawMeasures()
Read Power over Ethernet uncalibrated values.
- Parameters
-
- Return values
-
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
◆ ProfisharkAPIPoeResetCalibrationData()
Reset Power over Ethernet calibration data.
- Parameters
-
| handle | a handle to the device |
- Return values
-
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |
◆ ProfisharkAPIPoeSetCalibrationData()
Write Power over Ethernet calibration data.
- Parameters
-
- Return values
-
| ProfisharkAPIRet_Success | on success |
| ProfisharkAPIRet_NoDev | if the device does not exist |
| ProfisharkAPIRet_Unsupported | if the device does not support this operation |