NurApiTagStorageCopy Method

Copy tags from other TagStorage to this storage. Only tags with different EPC are added.

Remarks

If tag is already found in storage, it's meta data is updated from source tag storage

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int Copy(
	NurApiTagStorage srcStorage
)

Parameters

srcStorage  NurApiTagStorage
Source storage

Return Value

Int32
Number of newly added tags

See Also