AttributeValueReadBytes Method (ArraySegmentByte) |
Read the attribute value into the specified buffer.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic abstract void ReadBytes(
in ArraySegment<byte> to
)
Parameters
- to
- Type: SystemArraySegmentByteInAttribute
The buffer to copy the data into.
See Also