Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This object represents a BLE GATT service and is used to manage BLE clients in two-way communication. It provides an event to an attached message port when a new client appears. It also manages the client state, provides client update events, and times out the client after a period of inactivity.

The BLE clients themselves are represented by the roBtClient roBtClient object. 

ifBtClientManager

...

SetPort(a As Object)

Posts messages of type roBtClientManagerEvent roBtClientManagerEvent to the attached message port. An event is raised whenever the end of the queue is reached.

ifIdentity

GetIdentity() As Integer

Returns a unique number that can be used to identify roBtClientManagerEvent objects that originate from this object.

...

Returns additional useful information if when a method on the ifBtClientManager interface returns False.

...