Player APIs (BrightScript & Ja...
...
Object Reference
Input/Output Objects
roBtClientEvent
3min
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