Sports Lib API - v17.3.0
    Preparing search index...

    Interface CreatorInterface

    interface CreatorInterface {
        devices: DeviceInterface[];
        hwInfo?: string;
        isRecognized?: boolean;
        manufacturer?: string;
        name: string;
        productId?: string;
        serialNumber?: string;
        swInfo?: string;
        toJSON(): CreatorJSONInterface;
    }

    Hierarchy (View Summary)

    Index

    Properties

    devices: DeviceInterface[]
    hwInfo?: string
    isRecognized?: boolean
    manufacturer?: string
    name: string
    productId?: string
    serialNumber?: string
    swInfo?: string

    Methods