Class DevicePluginState
com.poly.polyos.system
Class DevicePluginState
- java.lang.Object
- com.poly.polyos.system.DevicePluginState
public class
DevicePluginState
extends java.lang.Object
States of the different plugin connections, like HDMI/USB
Since:
3.3.0.0-8
Field Summary
Modifier and Type | Field and Description |
---|---|
boolean | deviceModeUsbPluggedIn |
Whether USB for Device mode is plugged in | |
boolean | hdmiInPluggedIn |
Whether HDMI IN (for device mode) is plugged in |
Constructor Summary
Constructor and Description
DevicePluginState()
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String | toString() |
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, wait
, wait
, wait
Field Detail
hdmiInPluggedIn
public boolean hdmiInPluggedIn
Whether HDMI IN (for device mode) is plugged in
deviceModeUsbPluggedIn
public boolean deviceModeUsbPluggedIn
Whether USB for Device mode is plugged in
Constructor Detail
DevicePluginState
public DevicePluginState()
Method Detail
toString
public java.lang.String toString()
Overrides:
toString
in class java.lang.Object