Dynamixel
Ping Method (id)
NamespacesDynamixelDynamixelInterfacePing(Int32)
Check for the presence of a specific Dynamixel on the network.
Declaration Syntax
C#Visual BasicVisual C++
public bool Ping(
	int id
)
Public Function Ping ( _
	id As Integer _
) As Boolean
public:
bool Ping(
	int id
)
Parameters
id (Int32)
The id of the Dynamixel to look for.
Return Value
True iff the Dynamixel is present on the network.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0