Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Trace
Tag
By
EPC 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#
Copy
public
NurApi
TraceTagData
TraceTagByEPC
(
byte
[]
epc
,
int
flags
)
Parameters
epc
Byte
EPC memory to singulate against.
flags
Int32
Flags for trace. See
TRACETAG_NO_EPC
TRACETAG_START_CONTINUOUS
TRACETAG_STOP_CONTINUOUS
Return Value
NurApi
TraceTagData
Receives trace response in to
NurApi
TraceTagData
. If continuous tracing is specified in flags response is not received, instead module will send
TraceTagEvent
notification for tracing.
See Also
Reference
NurApi Class
NurApiDotNet Namespace
TraceTag(Byte, UInt32, Int32,
Byte
, Int32)
In This Article
Definition
Parameters
Return Value
See Also