NurApiTagOpenStateLockRaw Method

Set tag lock in open state i.e. without password access using raw mask and action data.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
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.

Remarks

Lock mask and action parameter are in raw format defined in UHF C1G2 standard section "6.3.2.11.3.5 Lock (mandatory).

See Also