IBDA_DiseqCommand::put_DiseqRepeats 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 repeated Digital Satellite Equipment Control (DiSEqC) commands.

Syntax

HRESULT put_DiseqRepeats(
  [in] ULONG ulRepeats
);

Parameters

[in] ulRepeats

The number of times to repeat each DiSEqC command. To disable repeated commands, set ulRepeats to 0.

Return value

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

Remarks

When two DiSEqC switches are cascaded, the tuner might have to repeat commands for the far device. However, repeated commands can increase the amount of time required for tuning by about 100 milliseconds. Therefore, it is recommended to disable repeated commands if they are not required.

Requirements

Requirement Value
Target Platform Windows
Header bdaiface.h

See also

IBDA_DiseqCommand