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
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
-
Constructor Details
-
PivoDevice
public PivoDevice()Pivo device default constructor -
PivoDevice
-
-
Method Details
-
getName
This get method is used to get name of Pivo- Returns:
- string value
-
getMacAddress
This get method is used to get mac address of Pivo- Returns:
- string value
-