Interface SupplementaryBasicData

  • All Known Implementing Classes:
    SupplementaryBasicDataImpl

    public interface SupplementaryBasicData
    Specifies supplementary basic data which will be written to the Beacon
    • Method Detail

      • setNetworkTechnology

        void setNetworkTechnology​(java.lang.String technology)
        Sets the network technology used by the device
      • getNetworkTechnology

        java.lang.String getNetworkTechnology()
        Returns the network technology used by the device
        Returns:
        network technology
      • setConnectionType

        void setConnectionType​(ConnectionType connectionType)
        Sets the connection type used by the device
      • getConnectionType

        ConnectionType getConnectionType()
        Returns the connection type used by the device
        Returns:
        connection type
      • setCarrier

        void setCarrier​(java.lang.String carrier)
        Sets the carrier used by the device
      • getCarrier

        java.lang.String getCarrier()
        Returns the carrier used by the device
        Returns:
        carrier