public static final class CastController.CastDevice extends Object
Modifier and Type | Field and Description |
---|---|
String |
description |
String |
id |
String |
name |
int |
state |
static int |
STATE_CONNECTED |
static int |
STATE_CONNECTING |
static int |
STATE_DISCONNECTED |
Object |
tag |
Constructor and Description |
---|
CastDevice() |
public static final int STATE_DISCONNECTED
public static final int STATE_CONNECTING
public static final int STATE_CONNECTED
public String id
public String name
public String description
public int state
public Object tag