Click or drag to resize

CIPObjectGetAttributeSingle Method

Service GetAttributeSingle CIP request.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public override sealed 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.CIPObject.GetAttributeSingle(Demo3D.PLC.Comms.CIP.Nodes.MessageContext,Demo3D.PLC.Comms.CIP.OutgoingResponse,System.UInt32)"]

See Also