Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Rf
Profile Property
RF profile setting. Device will select best RF settings based on profile.
Definition
Namespace:
NurApiDotNet
Assembly:
NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
Copy
public
int
RfProfile
{
get
;
set
; }
Property Value
Int32
The value can be
RFPROFILE_ROBUST
,
RFPROFILE_NOMINAL
or
RFPROFILE_HIGHSPEED
.
See Also
Reference
NurApi Class
NurApiDotNet Namespace
RFPROFILE_ROBUST
RFPROFILE_NOMINAL
RFPROFILE_HIGHSPEED
In This Article
Definition
See Also