AvrcpMsg

4/8/2010

This structure specifies the ID and type of a specific AVRCP message.

Syntax

typedef struct _AvrcpMsg {
  UINT    OpCode;
  UINT    OpId;
  UINT    Reserved[4];
} AvrcpMsg;

Members

  • OpCode
    Specifies the type of command.
  • OpId
    Specifies the ID of the command.
  • Reserved
    This member is reserved.

Requirements

Header bt_avrcp.h
Windows Embedded CE Windows Embedded CE 6.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later, Windows Mobile 6 Standard and later

See Also

Reference

AVCOpCodes
PassThruOpId

Other Resources

Message Message Queue Point-to-Point Functions