NurApiGen2v2AuthenticateSingulated(UInt32, Byte, UInt32, Int32, Byte, NurApiAuthenticateParam) Method
Gen2 version 2 Authenticate command with specific singulation parameters in secured state.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiAuthenticateResp Gen2v2AuthenticateSingulated(
uint accessPwd,
byte sBank,
uint sAddress,
int sMaskBitLength,
byte[] sMask,
NurApiAuthenticateParam authParam
)
- accessPwd UInt32
- The access password to use.
- sBank Byte
- Bank where the selection mask is applied to.
- sAddress UInt32
- Selection mask's bit address.
- sMaskBitLength Int32
- Selection mask's length in bits.
- sMask Byte
- Selection mask data.
- authParam NurApiAuthenticateParam
- The authentication parameters, NurApiAuthenticateParam.
NurApiAuthenticateRespReturns the authentication response structure if the was no native API error.
This method does the authentication in the secured state; it is not recommended to do it this way.