Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px

This event object is generated by an roBtClient object when a BLE client updates the roBtClient state or sends a command.

ifBtClientEvent

GetEvent() As String

Returns the event name, which can currently be "client-update" or "client-command"

...

GetParam() As String

Returns the event data as a string

...

ifUserData

SetUserData(user_data As Object) As Void

Sets the user data

...

GetUserData() As Object

Returns the user data that has previously been set via SetUserData() (on either the event or source object). It will return Invalid if no data has been set.

Panel
borderColor#3D3D3D
bgColor#F4F4F4
titleColor#3D3D3D
borderWidth0
titleBGColor#3D3D3D
borderStylesolid

ON THIS PAGE

Table of Contents
indent20px