Deprecated Library Datatypes
OcaLibVolStandardTypeID
OcaLibVolType
-
struct OcaLibVolType
Globally unique identifier of a library type.
-
OcaOrganizationID Authority
Unique identifier of organization that has authority over this library volume type.
-
OcaOrganizationID Authority
OcaLibraryIdentifier
-
struct OcaLibraryIdentifier
Full identifier (type + object number) of Library (i.e. of an OcaLibrary instance)
-
OcaLibVolType Type
Type of the library (= type of its volumes)
-
OcaLibVolType Type
OcaLibVolID
OcaLibVolIdentifier
-
struct OcaLibVolIdentifier
Unique identifier of a library volume within the device.
-
OcaLibVolID ID
ID of LibVol within the given library.
-
OcaLibVolID ID
OcaLibAccess
OcaLibVolMetadata
-
struct OcaLibVolMetadata
Descriptor of a library volume. See 03 OcaLibrary for explanation.
-
OcaLibVolType VolType
Type of library volume
-
OcaLibAccess Access
Access mode of library volume - readonly or readwrite.
-
OcaLibVolType VolType
OcaLibVolData_ParamSet
-
struct OcaLibVolData_ParamSet
Library volume data for a Parset (short for Parameter Set) volume. A Parset is a collection of operating parameter settings that can be applied to a block. Each Parset is associated with a specific block type, but not with a specific instance of that type. A Parset may be applied to any block instance of the associated type. A block’s type is a the object number of its factory or, for factory-defined blocks, a unique identifier set at time of manufacture.
OcaLibParamSetAssignment
-
struct OcaLibParamSetAssignment
A ParamSet assigment is the description of a binding of a ParamSet to a block instance.
-
OcaLibVolIdentifier ParamSetIdentifier
Identifier of the library volume that holds the paramset.
-
OcaLibVolIdentifier ParamSetIdentifier
OcaLibVolData_Patch
-
struct OcaLibVolData_Patch
Library volume data for a Patch volume. A Patch a collection of ParamSet assignments. A ParamSet assigment is the description of a binding of a ParamSet to a block instance. To “apply” a Patch is to apply all of its assignments. To apply an assignment is to set all of its ParamSet’s parameter values into its block.
-
OcaList<OcaLibParamSetAssignment> Assignments
List of ParamSet assignments in this patch.
-
OcaList<OcaLibParamSetAssignment> Assignments
OcaLibVolData_Program
OcaLibVolChangedEventData
-
struct OcaLibVolChangedEventData
Event data for the OcaLibVolChanged event, which signals a change in an OcaLibrary.Volumes property.
-
OcaLibVolID VolumeID
ID of library volume that changed.
-
OcaPropertyChangeType ChangeType
Type of change : Will be either itemChanged, itemAdded, or itemDeleted.
-
OcaLibVolID VolumeID