VoicemailDataChannelState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values returned by several types.
public enum VoicemailDataChannelState
type VoicemailDataChannelState =
- Inheritance
-
VoicemailDataChannelState
Fields
| Name | Value | Description |
|---|---|---|
| Ok | 0 | Value of DataChannelStateto indicate that data channel is working fine. |
| NoConnection | 1 | Value of DataChannelStateto indicate that data channel connection is not working. |
| NoConnectionCellularRequired | 2 | Value of DATA_CHANNEL_STATE to indicate that data channel failed to find a suitable network to connect to the server, and the carrier requires using cellular data network to connect to the server. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| BadConfiguration | 3 | Value of DATA_CHANNEL_STATE to indicate that data channel received incorrect settings or credentials to connect to the server Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CommunicationError | 4 | Value of DATA_CHANNEL_STATE to indicate that a error has occurred in the data channel while communicating with the server Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ServerError | 5 | Value of DATA_CHANNEL_STATE to indicate that the server reported an internal error to the data channel. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ServerConnectionError | 6 | Value of DATA_CHANNEL_STATE to indicate that while there is a suitable network, the data channel is unable to establish a connection with the server. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.