ISensorManager class com Interface
- Inheritance
- Implementers
Constructors
-
ISensorManager(Pointer<
COMObject> ptr) - ISensorManager.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
inherited
-
getSensorByID(
Pointer< GUID> sensorID, Pointer<Pointer< ppSensor) → intCOMObject> > -
getSensorsByCategory(
Pointer< GUID> sensorCategory, Pointer<Pointer< ppSensorsFound) → intCOMObject> > -
getSensorsByType(
Pointer< GUID> sensorType, Pointer<Pointer< ppSensorsFound) → intCOMObject> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
release(
) → int -
inherited
-
requestPermissions(
int hParent, Pointer< COMObject> pSensors, int fModal) → int -
setEventSink(
Pointer< COMObject> pEvents) → int -
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited