Package com.flir.thermalsdk.live
Enum Class CommunicationInterface
- All Implemented Interfaces:
Serializable
,Comparable<CommunicationInterface>
,Constable
Defines interface used to perform discovery of new devices.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBluetooth for wireless devices.Custom interface.Real Earhart cameraShared stream from the camera splitter serviceNOT SUPPORTED.Emulating device interface.NOT SUPPORTED.FLIR ONE Wireless camera.Built-in IR camera.NOT SUPPORTED.Network adapter.USB port.NOT SUPPORTED. -
Method Summary
Modifier and TypeMethodDescriptionstatic CommunicationInterface
Returns the enum constant of this class with the specified name.static CommunicationInterface[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
USB
USB port. T1K, EXX, T6XX, T4XX. -
NETWORK
Network adapter. A300, A310, AX8. -
FIREWIRE
NOT SUPPORTED. Firewire port. P640. -
EMULATOR
Emulating device interface. -
BLUETOOTH
Bluetooth for wireless devices. -
EBUS
NOT SUPPORTED. Gigabit camera. A615, A645, A655, A315, AX5. -
USBHSI
NOT SUPPORTED. USB3 high speed camera. T1K with HSI interface. -
LIGHTNING
NOT SUPPORTED. iOS lightning interface. -
INTEGRATED
Built-in IR camera. -
FLIR_ONE_WIRELESS
FLIR ONE Wireless camera. -
CUSTOM
Custom interface. -
EARHART
Real Earhart camera -
EARHART_SPLITTER
Shared stream from the camera splitter service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-