Nurapi Class Library
C#
Show/Hide TOC
Nur
Api
Fetch
Tags(Boolean) Method
Fetch tags from reader memory
Definition
Namespace:
NurApiDotNet
Assembly:
NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
Copy
public
NurApi
TagStorage
FetchTags
(
bool
includeMeta
)
Parameters
includeMeta
Boolean
if true, meta data of tag included
Return Value
NurApi
TagStorage
Tag storage as
NurApi
TagStorage
Remarks
If any stream is active, accesing tag storage, it must locked with lock()
See Also
Reference
NurApi Class
FetchTags Overload
NurApiDotNet Namespace
In This Article
Definition
Parameters
Return Value
Remarks
See Also