hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing HDMI status that extends ISGIHdmiStatus and ISGISetMessagePort.

    interface ISGROHdmiStatus {
        GetHdcpVersion(): string;
        IsConnected(): boolean;
        IsHdcpActive(version: string): boolean;
        SetMessagePort(port: any): any;
    }

    Hierarchy (View Summary)

    Index

    Methods