NurApiStoreCurrentSetup(Int32) Method

Store current module setup. Flags indicate which part of settings will be stored.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void StoreCurrentSetup(
	int flags
)

Parameters

flags  Int32
The bit flags that instruct what to save, see remarks.

Remarks

See store flags:

Store current baudrate: STORE_BAUDRATE

Store current GPIO setup: STORE_GPIO

Store current RF settings: STORE_RF, includes: TX level(s), TX modulation, RX decoding, link frequency region, inventory defaults, all timeout defaults and antenna settings.

Store current operation flags: STORE_OPFLAGS, flags: OPFLAGS_EN_HOPEVENTS and OPFLAGS_INVSTREAM_ZEROS.

Store everything: STORE_ALL

See Also