コード例 #1
0
 /// <summary>
 /// Get the status text returned by the device.
 /// </summary>
 /// <returns>the status text</returns>
 public string GetStatusText()
 {
     return(deviceCommunication.GetStatusText());
 }