Exemplo n.º 1
0
        /// <summary>
        /// The GetInternalRSSI function returns a combination of the RSSI and AGC values read from the receiver hardware.
        /// </summary>
        /// <returns>Returns <see cref="G313.InternalRssi"/> read parameters from receiver</returns>
        public InternalRssi InternalRssi()
        {
            var result = G313Api.GetInternalRSSI(GetHandle());

            return(new InternalRssi(result));
        }