/// <summary> /// Sets Automatic gain control mode. /// </summary> /// <param name="value"><see cref="G313.Agc"/> Specified mode</param> /// <returns>Returns true if the specified mode is set.</returns> public bool TryAgc(Agc value) { return(G313Api.SetAGC(GetHandle(), (int)value)); }