C# Класс SharpAdbClient.DeviceData

Represents a device that is connected to the Android Debug Bridge.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateFromAdbData ( string data ) : DeviceData

Creates a new instance of the DeviceData class based on data retrieved from the Android Debug Bridge.

ToString ( ) : string

Приватные методы

Метод Описание
GetStateFromString ( string state ) : DeviceState

Get the device state from the string value

Описание методов

CreateFromAdbData() публичный статический Метод

Creates a new instance of the DeviceData class based on data retrieved from the Android Debug Bridge.
public static CreateFromAdbData ( string data ) : DeviceData
data string /// The data retrieved from the Android Debug Bridge that represents a device. ///
Результат DeviceData

ToString() публичный Метод

public ToString ( ) : string
Результат string