Jump to: navigation, search

Difference between revisions of "SYSCLS OBJECTWITHRFIDTAG"


Line 10: Line 10:
  
 
An object classified by SYSCLS_OBJECTWITHRFIDTAG and implementing the [[MetaProperties]] can be used to mark all objects having a RFID tag value (RFIDTAG) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property.
 
An object classified by SYSCLS_OBJECTWITHRFIDTAG and implementing the [[MetaProperties]] can be used to mark all objects having a RFID tag value (RFIDTAG) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property.
 +
 +
Please be aware that since {{Version/ServerSince|4.4.0}} Version 4.4.0 we support defining multiple (optical) codes for one object.
 +
We recommend to use [[SYSCLS_OBJECTWITHIDMARKERS|Classification with multiple optical markers]] instead.
 +
If you are using an older version see [[HowTo:Make_an_Object_be_found_by_Optical_Codes#Single_Code|Find object with single Code]].
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 21: Line 25:
 
== See also ==
 
== See also ==
 
* [[SYSCLS_OBJECTWITHIDMARKER]]
 
* [[SYSCLS_OBJECTWITHIDMARKER]]
 +
* [[SYSCLS_OBJECTWITHIDMARKERS]]
 +
* [[HowTo:Make_an_Object_be_found_by_Optical_Codes]]
  
 
[[Category:Classifications|O]]
 
[[Category:Classifications|O]]

Revision as of 13:19, 26 July 2023

IC CLASSIFICATION.gif Object with RFID Tag
Name SYSCLS_OBJECTWITHRFIDTAG
Inheritance SYSCLS ROOT
Namespace System.Classification.Scan
ID {224C89CA-4655-4D95-A64A-81B481EA6563}
Purpose Use a RFID Tag and a scanned RFID code
Version 2.4.1+

An object classified by SYSCLS_OBJECTWITHRFIDTAG and implementing the MetaProperties can be used to mark all objects having a RFID tag value (RFIDTAG) stored on them. For offline search, the client can request all objects having the scanned value with the value in the belonging property.

Please be aware that since Version 4.4.0 we support defining multiple (optical) codes for one object. We recommend to use Classification with multiple optical markers instead. If you are using an older version see Find object with single Code.

MetaProperties

Name Data type Comment
RFIDTAG Text Contains the RFID tag data

See also