Skip to main content

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 TypeField and Description
booleandeviceModeUsbPluggedIn
Whether USB for Device mode is plugged in
booleanhdmiInPluggedIn
Whether HDMI IN (for device mode) is plugged in

Constructor Summary

Constructor and Description

DevicePluginState()

Method Summary

Modifier and TypeMethod and Description
java.lang.StringtoString()

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