Dynamixel
EchoStream Constructor (stream)
NamespacesDynamixelEchoStreamEchoStream(Stream)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public EchoStream(
	Stream stream
)
Public Sub New ( _
	stream As Stream _
)
public:
EchoStream(
	Stream^ stream
)
Parameters
stream (Stream)
The source stream (e.g. SerialPort.BaseStream).

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0