Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Demo3D Namespaces
Demo3D.PLC Namespaces
Demo3D.PLC.Comms Namespaces
Demo3D.PLC.Comms.AttrDb
AttributeValue Class
AttributeValue Methods
AddOnAttributeValueSet Method
GetValue Method
NotifyAttributeValueSet Method
ReadByte Method
ReadBytes Method
ReadDoubleLE Method
ReadInt16LE Method
ReadInt32LE Method
ReadInt64LE Method
ReadSingleLE Method
ReadString Method
ReadUInt16LE Method
ReadUInt32LE Method
ReadUInt64LE Method
RemoveOnAttributeValueSet Method
SetValue Method
WriteByte Method
WriteBytes Method
WriteDoubleLE Method
WriteInt16LE Method
WriteInt32LE Method
WriteInt64LE Method
WriteSingleLE Method
WriteString Method
WriteUInt16LE Method
WriteUInt32LE Method
WriteUInt64LE Method
AttributeValue
WriteBytes Method
Write data into the attribute value.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
abstract
void
WriteBytes
(
in
ArraySegment
<
byte
>
from
)
Parameters
from
Type:
System
ArraySegment
Byte
InAttribute
The buffer to copy the data from.
See Also
Reference
AttributeValue Class
Demo3D.PLC.Comms.AttrDb Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com