Class DeviceInfo
Assembly: cs.temp.dll.dll
[Serializable]
public class DeviceInfo
Constructors
Declaration
public DeviceInfo(string ip, string user, string password, string machineName = "")
Parameters
Fields
The current CSRF Token for the device.
Declaration
[NonSerialized]
public string CsrfToken
Field Value
The IP Address of the device.
Declaration
Field Value
Constant string for local machine IP Address
Declaration
public const string LocalIPAddress = "127.0.0.1"
Field Value
Constant string for local machine target
Declaration
public const string LocalMachine = "Local Machine"
Field Value
The machine name of the device.
Declaration
public string MachineName
Field Value
The password for the device.
Declaration
Field Value
The user name of the device.
Declaration
Field Value
Properties
The current authorization for the device.
Declaration
public Dictionary<string, string> Authorization { get; }
Property Value
The last known battery state of the device.
Declaration
public BatteryInfo BatteryInfo { get; set; }
Property Value
The last known power state of the device.
Declaration
public PowerStateInfo PowerState { get; set; }
Property Value
Methods
Declaration
public override string ToString()
Returns
Overrides