Interface SupplementaryBasicData
-
- All Known Implementing Classes:
SupplementaryBasicDataImpl
public interface SupplementaryBasicDataSpecifies supplementary basic data which will be written to theBeacon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCarrier()Returns the carrier used by the deviceConnectionTypegetConnectionType()Returns the connection type used by the devicejava.lang.StringgetNetworkTechnology()Returns the network technology used by the devicevoidsetCarrier(java.lang.String carrier)Sets the carrier used by the devicevoidsetConnectionType(ConnectionType connectionType)Sets the connection type used by the devicevoidsetNetworkTechnology(java.lang.String technology)Sets the network technology used by the device
-
-
-
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
-
-