Class BrickESP32Ethernet


  • public class BrickESP32Ethernet
    extends Device
    ESP32 microcontroller based Brick with Ethernet and 6 Bricklet ports
    • Constructor Detail

      • BrickESP32Ethernet

        public BrickESP32Ethernet​(java.lang.String uid,
                                  IPConnection ipcon)
        Creates an object with the unique device ID \c uid. and adds it to the IP Connection \c ipcon.
    • Method Detail

      • getIdentity

        public Device.Identity getIdentity()
                                    throws TinkerforgeException
        Returns the UID, the UID where the Brick is connected to, the position, the hardware and firmware version as well as the device identifier. The position is the position in the stack from '0' (bottom) to '8' (top). The device identifier numbers can be found :ref:`here <device_identifier>`. |device_identifier_constant|
        Specified by:
        getIdentity in class Device
        Throws:
        TinkerforgeException