AndroidControllerGetConnectedDevice Method (String) AndroidLib - Beatsleigher Edition
Gets a Device containing data about a specified Android device.

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public Device GetConnectedDevice(
	string deviceSerial
)

Parameters

deviceSerial
Type: SystemString
Serial number of connected device

Return Value

Type: Device
Device containing info about the device with the serial number deviceSerial
Remarks

deviceSerial must be a serial number of a connected device, or the method returns null
See Also

Reference