Interface DeviceIdsResponse

The structure of an ApplicationInfo response from OpenVR2WS.

interface DeviceIdsResponse {
    Data: {
        DeviceToIndex: Map<TrackedDeviceClassEnum, Set<number>>;
        SourceToIndex: Map<InputSourceEnum, number>;
    };
    Key: DeviceIds;
    Message: string;
    Nonce?: string;
    Type: Command;
}

Hierarchy (view full)

Properties

Data: {
    DeviceToIndex: Map<TrackedDeviceClassEnum, Set<number>>;
    SourceToIndex: Map<InputSourceEnum, number>;
}

Type declaration

Message: string
Nonce?: string
Type: Command