DeviceDriverStreamRead Method |
Reads a sequence of bytes from the stream.
Namespace:
ABB.Robotics.Controllers
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public override int Read(
byte[] buffer,
int offset,
int count
)
Parameters
- buffer
- Type: SystemByte
Buffer for read data. - offset
- Type: SystemInt32
Offset in buffer. - count
- Type: SystemInt32
Maximum number of bytes to read.
Return Value
Type:
Int32Acutal number of bytes read.
See Also