Exemplo n.º 1
0
 /// <summary>
 /// Retrieves radio power state.
 /// </summary>
 /// <returns>Returns power state.</returns>
 public bool Power()
 {
     return(G313Api.GetPower(GetHandle()));
 }