Exemplo n.º 1
0
 /// <summary>
 /// Wake up the iRobot using the specified connection type.
 /// </summary>
 /// <param name="iRobotConnectionType"></param>
 public RobotConnectionType(iRobotConnectionType iRobotConnectionType)
 {
     _iRobotConnectionType = iRobotConnectionType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Wake up the iRobot using the specified connection type.
 /// </summary>
 /// <param name="iRobotConnectionType"></param>
 public WakeupRoomba(iRobotConnectionType iRobotConnectionType)
 {
     this.Body = new RobotConnectionType(iRobotConnectionType);
 }