Class PivoDevice

java.lang.Object
app.pivo.android.prosdk.util.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 Details

    • PivoDevice

      public PivoDevice()
      Pivo device default constructor
    • PivoDevice

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

    • 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