Sensor Adapter Wrappers
The following wrapper functions are defined in Winbio_adapter.h. You can use them to call functions on your sensor adapter.
Function | Description |
---|---|
WbioSensorAcceptCalibrationData |
Calls the SensorAdapterAcceptCalibrationData function. This wrapper function is supported starting in Windows 10. |
WbioSensorActivate |
Calls the SensorAdapterActivate function. This wrapper function is supported starting in Windows 10. |
WbioSensorAttach |
Calls the SensorAdapterAttach function. |
WbioSensorCancel |
Calls the SensorAdapterCancel function. |
WbioSensorClearContext |
Calls the SensorAdapterClearContext function. |
WbioSensorControlUnit |
Calls the SensorAdapterControlUnit function. |
WbioSensorControlUnitPrivileged |
Calls the SensorAdapterControlUnitPrivileged function. |
WbioSensorDeactivate |
Calls the SensorAdapterDeactivate function. This wrapper function is supported starting in Windows 10. |
WbioSensorDetach |
Calls the SensorAdapterDetach function. |
WbioSensorExportSensorData |
Calls the SensorAdapterExportSensorData function. |
WbioSensorFinishCapture |
Calls the SensorAdapterFinishCapture function. |
WbioSensorNotifyPowerChange |
Calls the SensorAdapterNotifyPowerChange function. This wrapper function is supported starting in Windows 8. |
WbioSensorPipelineCleanup |
Calls the SensorAdapterPipelineCleanup function. This wrapper function is supported starting in Windows 10. |
WbioSensorPipelineInit |
Calls the SensorAdapterPipelineInit function. This wrapper function is supported starting in Windows 10. |
WbioSensorPushDataToEngine |
Calls the SensorAdapterPushDataToEngine function. |
WbioSensorQueryCalibrationFormats |
Calls the SensorAdapterQueryCalibrationFormats function. This wrapper function is supported starting in Windows 10. |
WbioSensorQueryExtendedInfo |
Calls the SensorAdapterQueryExtendedInfo function. This wrapper function is supported starting in Windows 10. |
WbioSensorQueryStatus |
Calls the SensorAdapterQueryStatus function. |
WbioSensorReset |
Calls the SensorAdapterReset function. |
WbioSensorSetCalibrationFormat |
Calls the SensorAdapterSetCalibrationFormat function. This wrapper function is supported starting in Windows 10. |
WbioSensorSetMode |
Calls the SensorAdapterSetMode function. |
WbioSensorStartCapture |
Calls the SensorAdapterStartCapture function. |
There are no wrapper functions for the SensorAdapterGetIndicatorStatus and SensorAdapterSetIndicatorStatus functions.