Click or drag to resize

CIPServices Class

A class for processing CIP service requests.
Inheritance Hierarchy

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

The CIPServices type exposes the following members.

Constructors
  NameDescription
Public methodCIPServices
Initializes a new instance of the CIPServices class
Top
Methods
  NameDescription
Public methodGetAttributeList
Service GetAttributeList CIP request.
Public methodGetAttributesAll
Service GetAttributesAll CIP request.
Public methodGetAttributeSingle
Service GetAttributeSingle CIP request.
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.
Public methodSetAttributeList
Service SetAttributeList CIP request.
Public methodSetAttributesAll
Service SetAttributesAll CIP request.
Public methodSetAttributeSingle
Service SetAttributeSingle CIP request.
Top
See Also