Jump to: navigation, search

Difference between revisions of "SYSCLS OBJECTWITHRFIDTAG"


 
(2 intermediate revisions by the same user not shown)
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 OBJECTWITHRFIDTAGS|Classification with multiple RFID Codes]] instead.
 +
If you are using an older version see [[HowTo:Make_an_Object_be_found_by_RFID#Single RFID|Make anObject be found by single RFID]].
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 20: Line 24:
  
 
== See also ==
 
== See also ==
 +
* [[SYSCLS_OBJECTWITHRFIDTAGS]]
 +
* [[HowTo:Make_an_Object_be_found_by_RFID]]
 
* [[SYSCLS_OBJECTWITHIDMARKER]]
 
* [[SYSCLS_OBJECTWITHIDMARKER]]
 +
* [[SYSCLS_OBJECTWITHIDMARKERS]]
  
 
[[Category:Classifications|O]]
 
[[Category:Classifications|O]]

Latest revision as of 13:35, 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 RFID Codes instead. If you are using an older version see Make anObject be found by single RFID.

MetaProperties

Name Data type Comment
RFIDTAG Text Contains the RFID tag data

See also