Ejemplo n.º 1
0
 internal PreconfiguredRobot(ISixAxisRobot robot, ISerialConnection telegramPort)
 {
     this.Robot        = robot;
     this.TelegramPort = telegramPort;
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public void AttachRobot(ISixAxisRobot robot)
 {
     robot.InstructionSent -= this.Robot_InstructionSent;
     robot.InstructionSent += this.Robot_InstructionSent;
 }