Share via


IBDA_DiseqCommand::put_DiseqLNBSource method (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.]

Sets the low-noise block (LNB) converter source.

Syntax

HRESULT put_DiseqLNBSource(
  [in] ULONG ulLNBSource
);

Parameters

[in] ulLNBSource

The LNB converter source to use.

Value Meaning
0
Source position A.
1
Source position B.
2
Source position C.
3
Source position D.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Target Platform Windows
Header bdaiface.h

See also

IBDA_DiseqCommand