BDA_ISDBCAS_REQUESTHEADER structure (bdatypes.h)

Syntax

typedef struct _BDA_ISDBCAS_REQUESTHEADER {
  BYTE  bInstruction;
  BYTE  bReserved[3];
  ULONG ulDataLength;
  BYTE  argbIsdbCommand[MIN_DIMENSION];
} BDA_ISDBCAS_REQUESTHEADER, *PBDA_ISDBCAS_REQUESTHEADER;

Members

bInstruction

EMD/EMG

bReserved[3]

Reserved for future use.

ulDataLength

Specifies the size in bytes of the argbIsdbCommand member.

argbIsdbCommand[MIN_DIMENSION]

Requirements

Requirement Value
Header bdatypes.h