NurApiTagOpenStateLockRaw Method
Set tag lock in open state i.e. without password access using raw mask and action data.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public void OpenStateLockRaw(
uint lockMask,
uint lockAction
)
Parameters
- lockMask UInt32
- Standard defined lock payload bits 19-10, starting from bit 0.
- lockAction UInt32
- Standard defined lock payload bits 9-0, starting from bit 0.
Lock mask and action parameter are in raw format defined in UHF C1G2 standard section "6.3.2.11.3.5 Lock (mandatory).
Reference
OpenStateLockRaw(UInt32, UInt32)