Class DeviceFactory


  • public class DeviceFactory
    extends java.lang.Object
    • Constructor Detail

      • DeviceFactory

        public DeviceFactory()
    • Method Detail

      • getDeviceClass

        public static java.lang.Class<? extends Device> getDeviceClass​(int deviceIdentifier)
      • getDeviceDisplayName

        public static java.lang.String getDeviceDisplayName​(int deviceIdentifier)
      • createDevice

        public static Device createDevice​(int deviceIdentifier,
                                          java.lang.String uid,
                                          IPConnection ipcon)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception