Click or drag to resize

CIPServices Methods

The CIPServices type exposes the following members.

Methods
  NameDescription
Protected methodGetAttributeList
Service GetAttributeList CIP request.
Public methodGetAttributeProperties
Returns all attribute properties (in GetAttributeAll order, ie not necessarily numerical order).
Public methodGetAttributeProperties(UInt32)
Return the attribute properties for one attribute.
Protected methodGetAttributesAll
Service GetAttributesAll CIP request.
Protected methodGetAttributeSingle
Service GetAttributeSingle CIP request.
Public methodGetAttributeValue
Read the value of one attribute and write it into the responseData.
Public methodNotifyAttributesSet
Callback to indicate that an attribute value has been set. Only called at the end of the protocol request after all attributes in the packet have been set.
Public methodServiceErrorStatus
Return error code for a service that's not supported by this node.
Public methodServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest)
Service a request.
Public methodServiceRequest(MessageContext, OutgoingResponseContainer, IncomingRequest, EPATHLogicalPath, ServiceRequestHandler)
Try to service a request where we couldn't traverse the entire logical EPATH. Route will contain the remaining elements of the path that need to be resolved.
Protected methodSetAttributeList
Service SetAttributeList CIP request.
Protected methodSetAttributesAll
Service SetAttributesAll CIP request.
Protected methodSetAttributeSingle
Service SetAttributeSingle CIP request.
Public methodSetAttributeValue
Set one attribute to the value read from requestData.
Top
See Also