DeviceInfo Class

Definition

public ref class DeviceInfo
[System.Serializable]
public class DeviceInfo
[<System.Serializable>]
type DeviceInfo = class
Public Class DeviceInfo
Inheritance
DeviceInfo
Attributes

Constructors

DeviceInfo(String, String, String, String)

Constructor.

Fields

CsrfToken

The current CSRF Token for the device.

IP

The IP Address of the device.

LocalIPAddress

Constant string for local machine IP Address

LocalMachine

Constant string for local machine target

MachineName

The machine name of the device.

Password

The password for the device.

User

The user name of the device.

Properties

Authorization

The current authorization for the device.

BatteryInfo

The last known battery state of the device.

PowerState

The last known power state of the device.

Methods

ToString()

Returns a string that represents the current object.

Applies to