CIPObjectGetAttributeValue Method |
Read the value of one attribute and write it into the responseData.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected virtual bool GetAttributeValue(
MessageContext context,
IPacketWriter responseData,
uint attributeId
)
Parameters
- context MessageContext
- Information about the message.
- responseData IPacketWriter
- The data packet to place the attribute value.
- attributeId UInt32
- The attribute ID.
Return Value
BooleanFalse if the attribute value could not be retrieved.
See Also