UniTAP.dev.ports.hdtx
Main class of HDTX object.
Inherited from class TX.
Class describes capabilities of 300th (3XX) series of HDMI devices in Source (TX - transmitter) role.
Attributes:
- __link (HdmiLinkTx): object of
HdmiLinkTx. - __edid (EdidSource): object of
EdidSource. - __hdcp (HdcpSource): object of
HdcpSource. - __pg (HdmiPatternGenerator): object of
HdmiPatternGenerator. - __event_capturer (EventCapturer): object of
EventCapturer. - __cec (CecTx): object of
CecTx.
HDTX( port_io: UniTAP.libs.lib_tsi.tsi_io.PortIO, memory_manager: UniTAP.dev.modules.memory_manager.memory_manager.MemoryManager, capturer: UniTAP.dev.modules.capturer.capture.Capturer)
Should be used to control link settings on Source (TX - transmitter) side.
Returns:
object of
HdmiLinkTxtype.
Should be used to control Pattern generator functionality on Source (TX - transmitter) side.
Returns:
object of
HdmiPatternGeneratortype.
edid
Should be used to work with EDID on Source (TX - transmitter) side.
Returns:
object of
EdidSourcetype.
Should be used to control EventCapturer on Source (TX - transmitter) role.
Returns:
object of
EventCapturertype.
cec: UniTAP.dev.ports.modules.cec.cec_tx.CecTx
Should be used to control CecTx on Source (TX - transmitter) role.
Returns:
object of
CecTxtype.