JacquardTag

public interface interface JacquardTag extends Serializable

Based interface for Jacquard tags.

Methods

address

public String address()

The bluetooth address of the tag.

ReturnValue

Name Description
String

displayName

public String displayName()

The name of the tag to display in the UI.

ReturnValue

Name Description
String

rssiSignal

public Signal<Integer> rssiSignal()

Returns the rssi signal strength for the tag.
During ble scanning as and when available will be notified. When tag get connected, rssi value will be notified every second.

ReturnValue

Name Description
Signal<Integer>