Versions Compared

Key

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

An IR event object is generated when an IR button input (button press, button repeat, button release) is received by the roIRReceiver object. Use these objects to retrieve the message body of the IR input. 

Note

The roIRUpEvent object is generated with the Iguanaworks IR transceiver only.

ifInt

GetCode() As Integer

Returns the IR code received by the roIRReceiver instance.

SetCode(a As Integer)

Overrides the IR code received by the roIRReceiver instance, replacing it with the specified binary code. 

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. 

ifReceivedEvent

GetEncoding() As String

Returns the encodings setting of the roIRReceiver instance. This setting can be one of the following strings:

  • "NEC"

  • "RC5" (supported on the Iguanaworks IR transceiver only)

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

ON THIS PAGE

Table of Contents
indent20px