roHdmiStatusEvent

The roHdmiStatus sends the roHdmiStatusEvent with the following predicates that indicate its valid event types:

Supported methods

isHdmiStatus() as Boolean

Checks if an HDMI status event has occurred. This method returns true if an HDMI status event has occurred; otherwise, it returns false.

GetMessage() as String

Returns the string "HdmiHotPlug".

GetInfo() as Object

Retrieves the HDMI information. This method returns an associative array with the following key/value pairs:

KeyTypeValue
PortTypestring“Rx” for input ports and “Tx” for output ports
PortNumberintegerThe HDMI input or output port number starting from 0
PluggedBooleanTrue if an HDMI device is plugged in, and false of the port is unplugged

GetIndex() as Integer

The index value of this event is not used and is always set to 0.