pub struct FeStatus { /* private fields */ }
Expand description

Frontend status

Implementations

Returns current delivery system

Returns current modulation

Returns Signal Strength in dBm

Returns Signal Strength in percentage

Returns Signal to noise ratio in dB

Returns Signal Strength in percentage

Returns BER value if available

Returns UNC value if available

Reads frontend status with fallback to DVBv3 API

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Returns an object that implements Display for different verbosity levels

Tuner is turned off:

OFF

Tuner acquiring signal but has no lock:

NO-LOCK 0x01 | Signal -38.56dBm (59%)
NO-LOCK 0x03 | Signal -38.56dBm (59%) | Quality 5.32dB (25%)

Hex number after NO-LOCK this is tuner status bit flags:

  • 0x01 - has signal
  • 0x02 - has carrier
  • 0x04 - has viterbi
  • 0x08 - has sync
  • 0x10 - has lock
  • 0x20 - timed-out
  • 0x40 - re-init

Tuner has lock

LOCK dvb-s2 | Signal -38.56dBm (59%) | Quality 14.57dB (70%) | BER:0 | UNC:0

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.