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

    Interface for remote control information.

    interface ISGIRemoteInfo {
        GetModel(remoteIndex: number): number;
        HasFeature(feature: string, remoteIndex: number): boolean;
        IsAwake(remoteIndex: number): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods