NurApiUserMemInventory Method

Setup user memory inventory. Configures inventory + read so that it result only in user memory data.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void UserMemInventory(
	uint firstWord,
	uint nWords
)

Parameters

firstWord  UInt32
First word to read.
nWords  UInt32
Number of words to read. Range is 1...31 (2...64 bytes).

See Also