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

    Interface DeviceInterface

    interface DeviceInterface {
        antDeviceNumber?: number;
        antId?: string;
        antNetwork?: string;
        antTransmissionType?: number;
        batteryLevel?: number;
        batteryStatus?: string;
        batteryVoltage?: number;
        cumOperatingTime?: number;
        hwInfo?: string;
        index?: number;
        manufacturer?: string;
        name?: string;
        product?: number;
        serialNumber?: string;
        sourceType?: string;
        swInfo?: string;
        timestamp?: Date;
        type: string;
        toJSON(): any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    antDeviceNumber?: number
    antId?: string
    antNetwork?: string
    antTransmissionType?: number
    batteryLevel?: number
    batteryStatus?: string
    batteryVoltage?: number
    cumOperatingTime?: number
    hwInfo?: string
    index?: number
    manufacturer?: string
    name?: string
    product?: number
    serialNumber?: string
    sourceType?: string
    swInfo?: string
    timestamp?: Date
    type: string

    Methods