UniTAP.dev.ports.modules.hdcp.hdcp_rx
Class HdcpSinkStatus contains information about HDCP 1.4 and 2.3 statuses.
If you want to get object of one the status, use function get.
Returns one of possible HDCP Status Type:
- Status1x (HDCP 1.4).
- StatusRx2x (HDCP 2.3).
Object contains info about:
- HDCP keys (HdcpSink1XKeys if HDCP type 1.4; HdcpSink2XKeys if HDCP type 2.3).
- Active state (True or False).
- Authenticated state (True or False).
- Capable state (True or False).
Returns:
object of
HdcpStatusType(Status1xorStatusRx2x)
Class HdcpSinkConfig contains information about HDCP 1.4 and 2.3 configurations.
If you want to set configuration, use function set.
If you want to get current config, use function get.
Main class contains info of HDCP on Sink (RX - receiver) side.
If you need to configurate HDCP, use config for getting object responsible for the configuration.
If you need to read HDCP status, use status for getting object responsible for the reading current status.
Should be used to read HDCP current status on Sink (RX - receiver) role.
Returns:
object of
HdcpSinkStatus.