DeviceType 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.
Defines the type of endpoint from which presence is being published.
public enum class DeviceType
public enum DeviceType
type DeviceType =
Public Enum DeviceType
- Inheritance
-
DeviceType
Fields
Name | Value | Description |
---|---|---|
Undefined | 0 | The endpoint type value is not defined. |
Computer | 1 | The endpoint type is Computer. |
DeskPhone | 2 | The endpoint type is a desk phone. |
Mobile | 3 | The endpoint type is a mobile device. |
Web | 4 | The endpoint type is Web-based client. |
Custom | 5 | The endpoint type is a custom type. |