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