Class PivoDevice


  • public class PivoDevice
    extends Object
    PivoDevice is a model which contains macAddress and name of Pivo. when the app start scanning it returns found PivoDevice
    • Constructor Detail

      • PivoDevice

        public PivoDevice()
        Pivo device default constructor
      • PivoDevice

        public PivoDevice​(String name,
                          String macAddress)
    • Method Detail

      • getName

        public String getName()
        This get method is used to get name of Pivo
        Returns:
        string value
      • getMacAddress

        public String getMacAddress()
        This get method is used to get mac address of Pivo
        Returns:
        string value