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.
Properties
ONo of object found
Class identification (class ID + class version) of object found
Chain of ONos leading from root to this object's container
Object role in device
Object user-specified label
OCP.1 Encoding
Field | Basic type | Byte Length |
ONo.ONo | OcaUint32 | 4 |
ClassIdentification.ClassID | OcaClassID | (2 + Count * 2 * variable) |
ClassIdentification.ClassVersion.Value | OcaUint16 | 2 |
ContainerPath.Value | OcaList<OcaUint32> | (2 + 4 * Count) |
Role.Len | OcaUint16 | 2 |
Role.Value | string | variable |
Label.Len | OcaUint16 | 2 |
Label.Value | string | variable |