CIPObjectSetAttributeValue Method |
Set one attribute to the value read from requestData.
Namespace: Demo3D.PLC.Comms.CIP.NodesAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxprotected virtual bool SetAttributeValue(
MessageContext context,
IPacketWriter? responseData,
IPacketReader requestData,
uint attributeId
)
Parameters
- context MessageContext
- Information about the message.
- responseData IPacketWriter
- The packet to place the response (if any), or null if no response is allowed.
- requestData IPacketReader
- The data packet to get the attribute value.
- attributeId UInt32
- The attribute ID.
Return Value
BooleanFalse if the attribute value could not be set.
See Also