Click or drag to resize

CIPServicesGetAttributeSingle Method

Service GetAttributeSingle CIP request.

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

Parameters

context  MessageContext
Information about the request.
response  OutgoingResponse
Packet to put requested data.
attributeId  UInt32
Attribute ID.

Return Value

Boolean

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.CIPServices.GetAttributeSingle(Demo3D.PLC.Comms.CIP.Nodes.MessageContext,Demo3D.PLC.Comms.CIP.OutgoingResponse,System.UInt32)"]

See Also