Example #1
0
 /// <summary>
 /// Run Motor
 /// </summary>
 public DriveDistance(SetDriveRequest body, PortSet <DefaultUpdateResponseType, Fault> responsePort)
     :
     base(body, responsePort)
 {
 }
Example #2
0
 /// <summary>
 /// Run Motor
 /// </summary>
 public DriveDistance(SetDriveRequest body)
     :
     base(body)
 {
 }