lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.engine.connection
/
AdbConnection
Adb
Connection
data
class
AdbConnection
(
val
deviceSerial
:
String
,
val
isActive
:
Boolean
,
val
ipAddresses
:
List
<
IpAddress
>
)
Members
Constructors
Adb
Connection
Link copied to clipboard
constructor
(
deviceSerial
:
String
,
isActive
:
Boolean
,
ipAddresses
:
List
<
IpAddress
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
device
Serial
Link copied to clipboard
val
deviceSerial
:
String
ip
Addresses
Link copied to clipboard
val
ipAddresses
:
List
<
IpAddress
>
is
Active
Link copied to clipboard
val
isActive
:
Boolean