コード例 #1
0
 /// <summary>
 /// Post(DriveEncodersUpdate)
 /// </summary>
 /// <param name="item"></param>
 /// <returns></returns>
 public void Post(DriveEncodersUpdate item)
 {
     base.PostUnknownType(item);
 }
コード例 #2
0
 public virtual IEnumerator<ITask> MainDriveEncodersUpdateHandler(DriveEncodersUpdate driveEncodersUpdate)
 {
     throw new InvalidOperationException("Drive Encoders are updated by the LEGO NXT Hardware.  This operation type is only valid for receiving notifications.");
 }