示例#1
0
 /// <summary>
 /// Sets radio power state.
 /// </summary>
 /// <param name="state">Specified power state.</param>
 /// <returns>Returns true if the specified value is set.</returns>
 public bool TryPower(bool state)
 {
     return(G313Api.SetPower(GetHandle(), state));
 }