Click or drag to resize

CIPServicesAttributeProperties Class

Describes a basic attribute.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Comms.CIP.NodesCIPServicesAttributeProperties

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public class AttributeProperties

The CIPServicesAttributeProperties type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributeId
The attribute ID.
Public propertyGetAttributesAll
The attribute data is returned in a GetAttributesAll request.
Public propertyGettable
The attribute data can be read by the client.
Public propertyNotSupported
The attribute is not supported.
Public propertyNumBytes
The number of bytes of attribute data (or -1).
Public propertySettable
The attribute data can be set by the client.
Top
See Also