Nurapi Class Library
C#
Show/Hide TOC
Store
Flags Enumeration
Store flags when saving setup in to the module internal non-volatile memory
Definition
Namespace:
NurApiDotNet
Assembly:
NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
Copy
[
FlagsAttribute
]
public
enum
StoreFlags
Members
RF
1
Store RF settings.
GPIO
2
Store GPIO/Sensor settings.
BAUDRATE
4
Store Baudrate setting.
OPFLAGS
8
Store OpFlags setting.
ALL
15
Store all settings.
See Also
Reference
NurApiDotNet Namespace
In This Article
Definition
Members
See Also