AttributeValueGetValue Method (IPacketWriter, DataSelect) |
Protocol access to the attribute value.
Honours
Gettable.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic abstract bool GetValue(
IPacketWriter responseData,
DataSelect? dataSelect
)
Parameters
- responseData
- Type: Demo3D.IOIPacketWriter
The packet to place the value. - dataSelect
- Type: Demo3D.PLC.Comms.AttrDbDataSelect
The selection of data to retrieve (or null for the entire value).
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Demo3D.PLC.Comms.AttrDb.AttributeValue.GetValue(Demo3D.IO.IPacketWriter,Demo3D.PLC.Comms.AttrDb.DataSelect)"]
See Also