LINEROAMMODE (Compact 2013)

3/26/2014

These bit-flag constants describe the roaming status of a line device.

The following table shows the LINEROAMMODE constants.

Value

Description

LINEROAMMODE_HOME = 0x00000004

The line is connected to the home network node.

LINEROAMMODE_ROAMA = 0x00000008

The line is connected to the Roam-A carrier and calls are charged accordingly.

LINEROAMMODE_ROAMB = 0x00000010

The line is connected to the Roam-B carrier and calls are charged accordingly.

LINEROAMMODE_UNAVAIL = 0x00000002

The roam mode is unavailable and will not be known.

LINEROAMMODE_UNKNOWN = 0x00000001

The roam mode is currently unknown but may become known later.

Remarks

These functions cannot be extended. All 32 bits are reserved.

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants