Share via


IBDA_DiseqCommand::put_EnableDiseqCommands 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.]

Enables or disables the use of Digital Satellite Equipment Control (DiSEqC) commands.

Syntax

HRESULT put_EnableDiseqCommands(
  [in] BOOLEAN bEnable
);

Parameters

[in] bEnable

If TRUE, DiSEqC commands are enabled. Otherwise, DiSEqC commands are disabled.

Return value

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

Remarks

Depending on the satellite installation, DiSEqC commands might be required. However, enabling DiSEqC can result in the driver taking longer to switch transponders (typically by 100�300 milliseconds). Therefore, it is recommended to disable DiSEqC commands if they are not required.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

IBDA_DiseqCommand