IBDA_DiseqCommand::put_DiseqRepeats Method
[This documentation is preliminary and is subject to change.]
Enables or disables repeated Digital Satellite Equipment Control (DiSEqC) commands.
Syntax
HRESULT put_DiseqRepeats(
[in] ULONG ulRepeats
);
Parameters
- ulRepeats [in]
The number of times to repeat each DiSEqC command. To disable repeated commands, set ulRepeats to 0.
Return Value
If the 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
| Client | Requires Windows 7. |
| IDL | Declared in Bdaiface.idl. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008