Interface ApplicationInfoResponse

The structure of an ApplicationInfo response from OpenVR2WS.

interface ApplicationInfoResponse {
    Data: {
        AppId: string;
        SessionStart: number;
    };
    Key: ApplicationInfo;
    Message: string;
    Nonce?: string;
    Type: Command;
}

Hierarchy (view full)

Properties

Data: {
    AppId: string;
    SessionStart: number;
}

Type declaration

  • AppId: string
  • SessionStart: number
Message: string
Nonce?: string
Type: Command