UniTAP.dev.ports.modules.hdcp.hdcp_tx
Class HdcpSourceStatus 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).
- StatusTx2x (HDCP 2.3).
Object contains info about:
- HDCP keys (HdcpSource1XKeys if HDCP type 1.4; HdcpSource2XKeys if HDCP type 2.3).
- Active state (True or False).
- Authenticated state (True or False).
- Capable state (True or False).
If HDCP type is 2.3, then it contains more information:
- KM stored state (True or False).
- Try to authenticate state (True or False).
- Try to encrypt state (True or False).
- Content level.
Returns:
object of
HdcpStatusType(Status1xorStatusTx2x)
Class HdcpSourceConfig 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 Source (TX - transmitter) 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 configure HDCP on Source (TX - transmitter) role.
Returns:
object of
HdcpSourceConfig.
Should be used to read HDCP current status onSource (TX - transmitter) role.
Returns:
object of
HdcpSourceStatus.