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

    Interface representing CEC status that extends ISGICECStatus and ISGIMessagePort.

    interface ISGROCECStatus {
        GetMessage(): any;
        IsActiveSource(): boolean;
        PeekMessage(): any;
        WaitMessage(timeout: number): any;
    }

    Hierarchy (View Summary)

    Index

    Methods