Player APIs (BrightScript & Ja...
...
Object Reference
Input/Output Objects
roControlUp, roControlDown
5min
these objects are posted by an docid 8exdhgmohqig7j uvfce1 instance to the configured message port when inputs change state an rocontroldown event is posted when the input level goes from high to low an rocontrolup event is posted when the input level goes from low to high ifint getint() as integer retrieves the pin number associated with the event setint(value as integer) as void sets the value of the event 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 ifsourceidentity getsourceidentity() as integer retrieves the identity value that can be used to associate events with the source rocontrolport instance the ifsourceidentity interface has been deprecated we recommend using the ifuserdata interface instead