RILSUBSCRIBERINFO (Compact 2013)

3/26/2014

This structure defines the audio devices to be used to transmit to and receive from the radio.

Syntax

typedef struct rilsubscriberinfo_tag {
  DWORD cbSize;
  DWORD dwParams;
  RILADDRESS raAddress;
  WCHAR wszDescription[MAXLENGTH_DESCRIPTION];
  DWORD dwSpeed;
  DWORD dwService;
  DWORD dwITC;
  DWORD dwAddressId;
} RILSUBSCRIBERINFO, *LPRILSUBSCRIBERINFO;

Members

  • cbSize
    Size of the structure, in bytes.
  • raAddress
    Phone number of the subscriber line.
  • wszDescription[MAXLENGTH_DESCRIPTION]
    Not used. Text description of the subscriber line. For information on the MAXLENGTH_DESCRIPTION constant, see Maximum Lengths Constants.
  • dwSpeed
    Not used. Data rate of the subscriber line.
  • dwService
    The service that is related to the subscriber phone number. Must be set to the RIL_SERVICE_VOICE constant. For more information, see Telephony Service Constants.
  • dwITC
    Not used. Specifies the information transfer capability.
  • dwAddressId
    The address identification of the subscriber line.

Remarks

Each subscriber line must have a unique address identifier. The first line should have an address of 0 (zero), and the second line should have an address of 1.

The raAddress and dwAddressId values must be valid.

Requirements

Header

ril.h

See Also

Reference

RIL Structures
Maximum Lengths Constants
RIL_GetSubscriberNumbers
RIL_SetCurrentAddressId
RILADDRESS
RILSUBSCRIBERINFO Parameter Constants
Telephony Service Constants