Click or drag to resize

CIPServicesGetAttributeSingle Method

Service GetAttributeSingle CIP request.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
protected virtual void GetAttributeSingle(
	MessageContext context,
	OutgoingResponse response,
	uint attributeId
)

Parameters

context
Type: Demo3D.PLC.Comms.CIP.NodesMessageContext
Information about the request.
response
Type: Demo3D.PLC.Comms.CIPOutgoingResponse
Packet to put requested data.
attributeId
Type: SystemUInt32
Attribute ID.
See Also