Click or drag to resize

ObjectClass Properties

The CIPObjectObjectClass type exposes the following members.

Properties
 NameDescription
Protected propertyAttributes Extended attributes.
(Inherited from CIPObject)
Public propertyClassId The class id of an object.
(Inherited from CIPObject)
Public propertyClassNode The class node of this class object.
Public propertyGetAttributeListSupported GetAttributeList service request status code. (Default Success.)
Public propertyGetAttributesAllSupported GetAttributesAll service request status code. (Default Success.)
Public propertyGetAttributeSingleSupported GetAttributeSingle service request status code. (Default Success.)
Public propertyHidden Class is not reported by the message router. (Default false.)
Public propertyInstanceId The instance id of an object.
(Inherited from CIPObject)
Public propertyLargeInstIds Instance id's are UDINT's. (Default false.)
Public propertyMaxClassAttrId The maximum class attribute id.
Public propertyMaxInstanceAttrId The maximum instance attribute id.
Public propertyMaxInstanceId The maximum instance id.
Public propertyMaxInstanceSupported MaxInstance attribute supported. (Default true.)
Public propertyMissingInstanceFirstChanceFunc First chance to intercept a missing node. Passes the id of the missing node. Return true to indicate that we added a node.
Public propertyNode The associated node in the CIP node hierarchy.
(Inherited from CIPObject)
Public propertyNodeName Override to provide a name for the node.
(Inherited from CIPObject)
Public propertyNotImplementedPaths A list of paths that we know we'll get asked for but are deliberately not implemented.
(Inherited from CIPObject)
Public propertyNumInstances Number of instances. (Default -1 to report actual number of instances.)
Public propertyNumInstancesSupported NumInstances attribute supported. (Default true.)
Public propertyNumLinks Returns the number of links.
(Inherited from CIPObject)
Public propertyParentInstance The parent instance of a class (or null).
Public propertyRouter The message router instance.
(Inherited from CIPObject)
Public propertyVersion Version. (Default 1.)
Public propertyVersionSupported Version attribute supported. (Default true.)
Top
See Also