Dynamixel
DynamixelNetwork Constructor (stream)
NamespacesDynamixelDynamixelNetworkDynamixelNetwork(Stream)
The constructor.
Declaration Syntax
C#Visual BasicVisual C++
public DynamixelNetwork(
	Stream stream
)
Public Sub New ( _
	stream As Stream _
)
public:
DynamixelNetwork(
	Stream^ stream
)
Parameters
stream (Stream)
The Stream used to exchange command and status packets with the Dynamixel network.
Remarks
This Stream supplied can be, for example, the BaseStream parameter of a SerialPort instance.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0