OcaObjectSearchResult¶
-
class
OcaObjectSearchResult()¶ Result of object search via the Find…() methods of OcaBlock . Dynamic format, form used depends on type of search and options. The FieldMap parameter of the Find…() methods specifies which optional fields should be returned as nonnull.
-
OcaObjectSearchResult.ONo¶ type: number
ONo of object found
-
OcaObjectSearchResult.ClassIdentification¶ type: OcaClassIdentification
Class identification (class ID + class version) of object found
-
OcaObjectSearchResult.ContainerPath¶ type: Array.<number>
Chain of ONos leading from root to this object’s container
-
OcaObjectSearchResult.Role¶ type: string
Object role in device
-
OcaObjectSearchResult.Label¶ type: string
Object user-specified label
-