ON THIS PAGE
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)
Sets the user data that will be returned by GetUserData()
.
GetUserData() As Object
Returns the user data that has previously been set via SetUserData()
. It will return Invalid if no data has been set.