Click or drag to resize

AttributeValueWriteByte Method

Write a value to the attribute value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
The value to write.
See Also