Index

Data Type 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.

Properties

OcaONo ONo

ONo of object found

OcaClassIdentification ClassIdentification

Class identification (class ID + class version) of object found

OcaONoPath ContainerPath

Chain of ONos leading from root to this object's container

OcaString Role

Object role in device

OcaString Label

Object user-specified label

OCP.1 Encoding

FieldBasic typeByte Length
ONo.ONoOcaUint324
ClassIdentification.ClassIDOcaClassID(2 + Count * 2 * variable)
ClassIdentification.ClassVersion.ValueOcaUint162
ContainerPath.ValueOcaList<OcaUint32>(2 + 4 * Count)
Role.LenOcaUint162
Role.Valuestringvariable
Label.LenOcaUint162
Label.Valuestringvariable