UniTAP.dev.ports.modules.link.hdmi.link

class HdmiLinkTx:

Main class describes HDMI link on Source (TX - transmitter) side. Contains following objects for working with link:

HdmiLinkTx(port_io: UniTAP.libs.lib_tsi.tsi_io.PortIO)

Returns object of class TmdsTx for working with TMDS. None if TMDS does not support on the device.

Returns:

object of TmdsTx|None type

Returns object of class FrlControlTx for working with FRL. None if FRL does not support on the device.

Returns:

object of FrlControlTx|None type

Returns object of class StatusTx for working with link status.

Returns:

object of StatusTx type

class HdmiLinkRx:

Main class describes HDMI link on Sink (RX - receiver) side. Contains following objects for working with link:

HdmiLinkRx(port_io: UniTAP.libs.lib_tsi.tsi_io.PortIO)

Returns object of class TmdsRx for working with TMDS. None if TMDS does not support on the device.

Returns:

object of TmdsRx|None type

Returns object of class FrlControlRx for working with FRL. None if FRL does not support on the device.

Returns:

object of FrlControlRx|None type

Returns object of class ArcRx for working with ARC. None if ARC does not support on the device.

Returns:

object of ArcRx|None type

Returns object of class StatusRx for working with link status.

Returns:

object of StatusRx type