[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.EasDeviceInformation"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkEasDeviceInformation
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The EasDeviceInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EasDeviceInformation | Initializes a new instance of the EasDeviceInformation class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | DeviceId |
DeviceId Provided to us by the device. Per EAS Spec should be Globally Unique
|
![]() | DevicePassword |
Device Password is sent by the client for storage on the server
|
![]() | EasProvisionPolicyId |
Id of the EasProvisionPolicy to use instead of the one assigned to the user/host/domain
|
![]() | FriendlyName |
Friendly Name provided by the device
|
![]() | Id |
Id for DeviceInformation
|
![]() | IMEI |
IMEI Information provided by the device
|
![]() | MobileOperator |
Carrier Information provided by the device
|
![]() | Model |
Model Information provided by the device
|
![]() | Notes |
Admin Notes
|
![]() | OS |
OS Information provided by the device
|
![]() | OSLanguage |
OS Language provided by the device
|
![]() | PhoneNumber |
Phone Number provided by the device
|
![]() | RemoteWipeCompleted |
If a remote wipe was requested, was it completed
|
![]() | RemoteWipeRequested |
Did the Admin request the device to be remote wiped
|
![]() | UserAgent |
User Agent Information provided by the device
|
See Also