Пример #1
0
 /// <summary>
 /// Gets status of the Pump.
 /// </summary>
 /// <remarks>
 /// Returns current status of the Pump.
 /// </remarks>
 internal void GetStatus()
 {
     if (_pts.UseExtendedCommands == false)
     {
         _pts.StatusRequest(ID);
     }
     else
     {
         _pts.ExtendedStatusRequest(ID);
     }
 }