NurApiTraceTagByEPC Method

Trace single tag singluated against tag's EPC memory.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTraceTagData TraceTagByEPC(
	byte[] epc,
	int flags
)

Parameters

epc  Byte
EPC memory to singulate against.
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