Exemplo n.º 1
0
 /// <summary>
 /// Checks the receiver whether it is ready to accept commands.
 /// </summary>
 /// <returns>Returns true if the device is busy.</returns>
 public bool Busy()
 {
     return(G313Api.IsBusy(GetHandle()));
 }