Class PivoDeviceInfo

    • Constructor Detail

      • PivoDeviceInfo

        public PivoDeviceInfo()
        Pivo device default constructor
      • PivoDeviceInfo

        public PivoDeviceInfo​(String name,
                              String macAddress)
      • PivoDeviceInfo

        public PivoDeviceInfo​(String name,
                              String macAddress,
                              int version,
                              PivoType pivoType,
                              String serialNumber)
    • 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
      • getSerialNumber

        public String getSerialNumber()
        This get method is used to get serial number of Pivo
        Returns:
        string value
      • getVersion

        public int getVersion()
        This get method is used to get version of Pivo
        Returns:
        int value
      • getPivoType

        public PivoType getPivoType()
        This get method is used to get pivo type
        Returns:
        PivoType value