Click or drag to resize

CIPObjectGetAttributesAll Method

Service GetAttributesAll CIP request.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override bool GetAttributesAll(
	MessageContext context,
	OutgoingResponse response
)

Parameters

context  MessageContext
Information about the request.
response  OutgoingResponse
Packet to put requested data.

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPObject.GetAttributesAll(Demo3D.PLC.Comms.CIP.Nodes.MessageContext,Demo3D.PLC.Comms.CIP.OutgoingResponse)"]

See Also