Share via


IBDA_LNBInfo interface (bdaiface.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The IBDA_LNBInfo interface is implemented on a BDA device filter, specifically an LNB device. The methods are called by the Network Provider to instruct the device on how to acquire the satellite signal.

Inheritance

The IBDA_LNBInfo interface inherits from the IUnknown interface. IBDA_LNBInfo also has these types of members:

Methods

The IBDA_LNBInfo interface has these methods.

 
IBDA_LNBInfo::get_HighLowSwitchFrequency

The get_HighLowSwitchFrequency method retrieves the frequency of the high-low switch.
IBDA_LNBInfo::get_LocalOscilatorFrequencyHighBand

The get_LocalOscilatorFrequencyHighBand method retrieves the high band of the local oscillator frequency.
IBDA_LNBInfo::get_LocalOscilatorFrequencyLowBand

The get_LocalOscilatorFrequencyLowBand method retrieves the low band of the local oscillator frequency.
IBDA_LNBInfo::put_HighLowSwitchFrequency

The put_HighLowSwitchFrequency method specifies the frequency of the high-low switch.
IBDA_LNBInfo::put_LocalOscilatorFrequencyHighBand

The put_LocalOscilatorFrequencyHighBand method specifies the frequency of the local oscillator's high band.
IBDA_LNBInfo::put_LocalOscilatorFrequencyLowBand

The put_LocalOscilatorFrequencyLowBand method specifies the frequency of the local oscillator's low band.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IBDA_LNBInfo).

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

BDA Interfaces