Exemplo n.º 1
0
 /// <summary>
 /// Waits for the end of a receiver tunning started by a <see cref="FrequencyAsync"/> call.
 /// </summary>
 /// <returns>Returns true on successful block.</returns>
 public bool WaitFrequencyAsync()
 {
     return(G313Api.WaitFreqAsync(GetHandle()));
 }