Share via


SIMUSSD (Windows Embedded CE 6.0)

1/6/2010

This structure is used for SIM_NOTIFY_SENDSS.

Syntax

typedef struct simussd_tag {
  DWORD cbSize;
  DWORD dwParams;
  DWORD dwAddressType;
  DWORD dwNumPlan;
  DWORD dwUSSDSize;
  DWORD dwUSSDOffset;
  DWORD dwTextSize;
  DWORD dwTextOffset;
  DWORD dwIconIdentifier;
  DWORD dwIconQualifier;
} SIMUSSD, FAR *LPSIMUSSD;

Members

  • cbSize
    Specifies the structure size, in bytes.
  • dwParams
    Specifies a bitfield that indicates which structure fields are valid for a given message.
  • dwAddressType
    Indicates the address type. Can be one of the following flags.

    Value Description

    SIM_ADDRTYPE_UNKNOWN

    Address type is unknown.

    SIM_ADDRTYPE_INTERNATIONAL

    Address type is an international number.

    SIM_ADDRTYPE_NATIONAL

    Address type is a national number.

    SIM_ADDRTYPE_NETWKSPECIFIC

    Address type is a network specific number.

    SIM_ADDRTYPE_SUBSCRIBER

    Address type is a subscriber number that is protocol-specific.

    SIM_ADDRTYPE_ALPHANUM

    Address type is alphanumeric.

    SIM_ADDRTYPE_ABBREV

    Address type is an abbreviated number.

  • dwNumPlan
    Indicates the numbering plan. Can be one of the following flags.

    Value Description

    SIM_NUMPLAN_UNKNOWN

    Numbering plan is unknown.

    SIM_NUMPLAN_TELEPHONE

    NUmbering plan is ISDN/telephone (E.164/E.163).

    SIM_NUMPLAN_DATA

    Numbering plan is Data (x.121).

    SIM_NUMPLAN_TELEX

    Numbering plan is Telex.

    SIM_NUMPLAN_NATIONAL

    Numbering plan is National.

    SIM_NUMPLAN_PRIVATE

    Numbering plan is Private.

    SIM_NUMPLAN_ERMES

    Numbering plan is ERMES (ETSI DE/PS 3 01-3)

  • dwUSSDSize
    Specifies the size of USSD.
  • dwUSSDOffset
    Specifies the offset from start of this structure, in bytes.
  • dwTextSize
    Specifies the size of associated text, in bytes.
  • dwTextOffset
    Specifies the offset from start of this structure, in bytes.
  • dwIconIdentifier
    Specifies the identifier for the icon to use.
  • dwIconQualifier
    Specifies the qualifier that designates how the icon should be used.

Requirements

Header simtkit.h
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

SIM Toolkit Structures