Send a command packet instruction.
| C# | Visual Basic | Visual 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 )
- id (Int32)
- The id of the destination dynamixel, or 'BroadcastId' to send to all.
- ins (DynamixelInterface..::.Instruction)
- The Instruction to send.