MemoryValueReadBytes Method (Int32) |
Reads the attribute value and returns the data as a value.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic override sealed BufferSegment ReadBytes(
int length
)
Parameters
- length
- Type: SystemInt32
Number of bytes to read (or -1).
Return Value
Type:
BufferSegmentThe value read.
See Also