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

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. More...

Properties

int Id [get, set]
 Gets or sets the primary key identifying this device information instance in the database. More...
 
DateTime ArrivalTime [get, set]
 Gets or sets the DateTime specifying the moment in time when this MobileDeviceInformation first arrived to the server. More...
 
int ConnectionId [get, set]
 Gets or sets the foreign key identifying the Connection database entity to which this device information is related. More...
 
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

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.

<author>Veli-Mikko Puupponen</author>

Property Documentation

DateTime ArrivalTime
getset

Gets or sets the DateTime specifying the moment in time when this MobileDeviceInformation first arrived to the server.

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.

int ConnectionId
getset

Gets or sets the foreign key identifying the Connection database entity to which this device information is related.

int Id
getset

Gets or sets the primary key identifying this device information instance in the database.

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: