NurApiTraceTag Method

Trace singulated single tag.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTraceTagData TraceTag(
	byte sBank,
	uint sAddress,
	int sMaskBitLength,
	byte[] sMask,
	int flags
)

Parameters

sBank  Byte
Memory bank used for tag singulation. 1=BANK_EPC 2=BANK_TID 3=BANK_USER
sAddress  UInt32
Singulation data address in bits.
sMaskBitLength  Int32
Length of the mask data in bits.
sMask  Byte
Mask data buffer.
flags  Int32
Flags for trace. See TRACETAG_NO_EPCTRACETAG_START_CONTINUOUSTRACETAG_STOP_CONTINUOUS

Return Value

NurApiTraceTagData
Receives trace response in to NurApiTraceTagData. If continuous tracing is specified in flags response is not received, instead module will send TraceTagEvent notification for tracing.

See Also