NurApiAccessorySensorFilterThrehold Class

Nur accessory sensor filter threshold.

Definition

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

Constructors

NurApiAccessorySensorFilterThreholdInitializes a new instance of the NurApiAccessorySensorFilterThrehold 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

hi High threshold limit. GPIO event will go high->lo when sensor value equals or is higher than this value.
lo Low threshold limit. GPIO event will go lo->high when sensor value is lower than this value.

See Also