NurApiGen2v2AuthenticateByEPC(UInt32, Byte, NurApiAuthenticateParam) Method
Gen2 version 2 Authenticate command with EPC singulation singulation in secured state.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiAuthenticateResp Gen2v2AuthenticateByEPC(
uint accessPwd,
byte[] epc,
NurApiAuthenticateParam authParam
)
- accessPwd UInt32
- The access password to use.
- epc Byte
- The EPC contents to singulate against.
- 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.