IOChangeData Class

I/O change data after IOChangeEvent event

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class IOChangeData
Inheritance
Object    IOChangeData

Constructors

IOChangeDataInitializes a new instance of the IOChangeData class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

dir IO change direction; 1 = Low to high transition (Rising edge), 0 = High to low transition (Falling edge).
sensor true if notification source is sensor, otherwise FALSE and source is GPIO.
source Sensor/GPIO source number. For accessory device buttons this is >=100

See Also