Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
MobileDeviceInformationDto Class Reference

Dto class corresponding to the MobileDeviceInformation class. More...

Properties

int RemainingChargePercent [get, set]
 Gets or sets the mobile device's remaining battery capacity in percents. More...
 
int RemainingDischargeTime [get, set]
 Gets or sets the mobile device's remaining battery discharge time in minutes. More...
 
string CellularMobileOperator [get, set]
 Gets or sets the name of the cellular operator used by the mobile device. More...
 
Boolean NetworkAvailable [get, set]
 Gets or sets the value indicating whether cellular network is available. More...
 
Boolean CellularEnabled [get, set]
 Gets or sets the value indicating whether cellular data connection is available. More...
 
Boolean RoamingEnabled [get, set]
 Gets or sets the value indicating whether roaming is enabled on the connection used by the mobile device. More...
 
Boolean WiFiEnabled [get, set]
 Gets or sets the value indicating whether the mobile device is using a WiFi network for data transfer. More...
 

Detailed Description

Dto class corresponding to the MobileDeviceInformation class.

<author>Veli-Mikko Puupponen</author> Container class for storing status information about the mobile device running the emergency mobile client. Contains remaining battery capacity in percents, remaining discharge time in minutes and network capability parameters.

Property Documentation

Boolean CellularEnabled
getset

Gets or sets the value indicating whether cellular data connection is available.

string CellularMobileOperator
getset

Gets or sets the name of the cellular operator used by the mobile device.

Boolean NetworkAvailable
getset

Gets or sets the value indicating whether cellular network is available.

int RemainingChargePercent
getset

Gets or sets the mobile device's remaining battery capacity in percents.

int RemainingDischargeTime
getset

Gets or sets the mobile device's remaining battery discharge time in minutes.

Boolean RoamingEnabled
getset

Gets or sets the value indicating whether roaming is enabled on the connection used by the mobile device.

Boolean WiFiEnabled
getset

Gets or sets the value indicating whether the mobile device is using a WiFi network for data transfer.


The documentation for this class was generated from the following file: