Package app.pivo.android.prosdk.util
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 Summary
Constructors Constructor Description PivoDevice()Pivo device default constructorPivoDevice(String name, String macAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMacAddress()This get method is used to get mac address of PivoStringgetName()This get method is used to get name of Pivo
-