AttributeValueWriteInt64LE Method |
Write a value to the attribute value.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic abstract void WriteInt64LE(
long value
)
Parameters
- value Int64
- The value to write.
See Also