MAIDR JavaScript API
    Preparing search index...

    Interface DotPadVendorDevice

    The subset of the vendor SDK's device object MAIDR reads.

    Declared structurally rather than imported. The SDK is not redistributable as part of MAIDR, so it is discovered at runtime and this interface is the contract MAIDR holds it to.

    interface DotPadVendorDevice {
        isConnect: boolean;
        cellType: string;
        numberCellRows: number;
        numberCellColumns: number;
        numberBrailleCellColumns: number;
    }
    Index

    Properties

    isConnect: boolean
    cellType: string
    numberCellRows: number
    numberCellColumns: number
    numberBrailleCellColumns: number