Exemple #1
0
 /// <summary>
 /// Get the string for the status of this object.
 /// </summary>
 /// <returns>String for this object.</returns>
 public string GetStatusString()
 {
     return(AdcpStatus.GetStatusString(Status));
 }