Sensor class com
Constructors
-
Sensor(Pointer<
COMObject> ptr) - Sensor.createInstance()
-
factory
Properties
Methods
-
addRef(
) → int -
inherited
-
getCategory(
Pointer< GUID> pSensorCategory) → int -
inherited
-
getData(
Pointer< Pointer< ppDataReport) → intCOMObject> > -
inherited
-
getEventInterest(
Pointer< Pointer< ppValues, Pointer<GUID> >Uint32> pCount) → int -
inherited
-
getFriendlyName(
Pointer< Pointer< pFriendlyName) → intUtf16> > -
inherited
-
getID(
Pointer< GUID> pID) → int -
inherited
-
getProperties(
Pointer< COMObject> pKeys, Pointer<Pointer< ppProperties) → intCOMObject> > -
inherited
-
getProperty(
Pointer< PROPERTYKEY> key, Pointer<PROPVARIANT> pProperty) → int -
inherited
-
getState(
Pointer< Int32> pState) → int -
inherited
-
getSupportedDataFields(
Pointer< Pointer< ppDataFields) → intCOMObject> > -
inherited
-
getType(
Pointer< GUID> pSensorType) → int -
inherited
-
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
-
setEventInterest(
Pointer< GUID> pValues, int count) → int -
inherited
-
setEventSink(
Pointer< COMObject> pEvents) → int -
inherited
-
setProperties(
Pointer< COMObject> pProperties, Pointer<Pointer< ppResults) → intCOMObject> > -
inherited
-
supportsDataField(
Pointer< PROPERTYKEY> key, Pointer<Int16> pIsSupported) → int -
inherited
-
supportsEvent(
Pointer< GUID> eventGuid, Pointer<Int16> pIsSupported) → int -
inherited
-
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