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

    Interface IHosannaDevice

    Interface representing a device in the Hosanna ecosystem.

    interface IHosannaDevice {
        appInfo: ISGROAppInfo;
        deviceInfo: ISGRODeviceInfo;
        deviceRegistry: IDeviceRegistry;
        resolutionInfo: IResolutionInfo;
        configure(): unknown;
        onSystemDeviceInfoEvent(event: ISystemEvent<JsonData>): unknown;
    }
    Index

    Properties

    appInfo: ISGROAppInfo

    Information about the application running on the device.

    deviceInfo: ISGRODeviceInfo

    Information about the device.

    deviceRegistry: IDeviceRegistry

    The device registry for storing key-value pairs.

    resolutionInfo: IResolutionInfo

    Methods