AttributeValueSetValue(MessageContextBase, ArraySegmentByte, Boolean) Method |
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic abstract bool SetValue(
MessageContextBase? context,
ref ArraySegment<byte> packet,
bool notify
)
Parameters
- context MessageContextBase
- Optional information about the request.
- packet ArraySegmentByte
- The packet to get the value from.
- notify Boolean
- True to raise OnAttributeValueSet
Return Value
Boolean[Missing <returns> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeValue.SetValue(Demo3D.PLC.Comms.MessageContextBase,System.ArraySegment{System.Byte}@,System.Boolean)"]
See Also