Dynamixel
Read Method (buffer, offset, count)
NamespacesDynamixelEchoStreamRead(array<Byte>[]()[], Int32, Int32)
Reads a sequence of bytes from the current stream.
Declaration Syntax
C#Visual BasicVisual C++
public override int Read(
	byte[] buffer,
	int offset,
	int count
)
Public Overrides Function Read ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer _
) As Integer
public:
virtual int Read(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override
Parameters
buffer (array< Byte >[]()[])
Buffer to receive bytes read.
offset (Int32)
Offset into buffer to receive bytes read.
count (Int32)
Number of bytes to read.
Return Value
The total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0