NurApiUnknownNotifyEventArgs Constructor

Unknown Notify Event Arguments

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public UnknownNotifyEventArgs(
	uint timestamp,
	int type,
	byte[] data
)

Parameters

timestamp  UInt32
milliseconds after NurApi initialized
type  Int32
Type of notification
data  Byte
byte array of notification arguments

See Also