IBDA_ISDBConditionalAccess::SetIsdbCasRequest Method
[This documentation is preliminary and is subject to change.]
Sends a conditional access system (CAS) command for Integrated Services Digital Broadcasting (ISDB).
Syntax
HRESULT SetIsdbCasRequest(
[in] ULONG ulRequestId,
[in] ULONG ulcbRequestBufferLen,
[in] BYTE *pbRequestBuffer
);
Parameters
ulRequestId [in]
The numeric code for the CAS command. The ARIB standard defines these values. Enumeration constants for some commands are defined in the ISDBCAS_REQUEST_ID enumeration.ulcbRequestBufferLen [in]
Size of the pbRequestBuffer array, in bytes.pbRequestBuffer [in]
Pointer to a byte array that contains the data for the command.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Client | Requires Windows 7. |
| IDL | Declared in Bdaiface.idl. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008