BDA_ISDBCAS_EMG_REQ Structure

[This documentation is preliminary and is subject to change.]

Contains the data for an EMG command.

For more information, refer to ARIB STD-B25, Conditional Access System Specifications For Digital Broadcasting.

Syntax

typedef struct _BDA_ISDBCAS_EMG_REQ {
  BYTE bCLA;
  BYTE bINS;
  BYTE bP1;
  BYTE bP2;
  BYTE bLC;
  BYTE bCardId;
  BYTE bProtocol;
  BYTE bCABroadcasterGroupId;
  BYTE bMessageControl;
  BYTE bMessageCode[MIN_DIMENSION];
} BDA_ISDBCAS_EMG_REQ, 
 *PBDA_ISDBCAS_EMG_REQ;

Members

  • bCLA
    The CLA (Class) byte. The value must be 0x90.

  • bINS
    The INS (Instruction) byte. The value must be 0x38.

  • bP1
    The P1 (Parameter 1) byte.

  • bP2
    The P2 (Parameter 2) byte.

  • bLC
    The size, in bytes, of the data that follows this structure member.

  • bCardId
    Card ID.

  • bProtocol
    Protocol number.

  • bCABroadcasterGroupId
    Broadcaster group identifier.

  • bMessageControl
    Message control.

  • bMessageCode
    Message code region. This array might be larger than the size given in the structure declaration. Use the value of bLC to determine the size.

Requirements

Client Requires Windows 7.
Header Declared in Bdatypes.h.

See Also

IBDA_ISDBConditionalAccess::SetIsdbCasRequest

Send comments about this topic to Microsoft

Build date: 12/4/2008