NurApiUnknownNotifyEventArgs Class

Unknown Notify Event Arguments class (UnknownNotifyEvent)

Definition

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

Constructors

NurApiUnknownNotifyEventArgs Unknown Notify Event Arguments

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

databyte array of notification arguments
status Notification status code, this one of the NurApiErrors
(Inherited from NurApiNurEventArgs)
timestamp milliseconds after NurApi initialized
(Inherited from NurApiNurEventArgs)
typeType of notification

See Also