Dynamixel
WriteInstruction Method (id, ins, parms)
NamespacesDynamixelDynamixelInterfaceWriteInstruction(Int32, DynamixelInterface..::.Instruction, List<(Of <(Byte>)>))
Send a command packet instruction.
Declaration Syntax
C#Visual BasicVisual C++
protected void WriteInstruction(
	int id,
	DynamixelInterface..::.Instruction ins,
	List<byte> parms
)
Protected Sub WriteInstruction ( _
	id As Integer, _
	ins As DynamixelInterface..::.Instruction, _
	parms As List(Of Byte) _
)
protected:
void WriteInstruction(
	int id, 
	DynamixelInterface..::.Instruction ins, 
	List<unsigned char>^ parms
)
Parameters
id (Int32)
The id of the destination dynamixel, or 'BroadcastId' to send to all.
ins (DynamixelInterface..::.Instruction)
The Instruction to send.
parms (List<(Of <(Byte>)>))
The parameters required by the instruction; or null if none.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0