anbox-platform-sdk  1.22.0
Anbox Platform SDK API documentation
AnboxPlatformDescriptor Struct Reference

AnboxPlatformDescriptor provides information about the implemented platform. More...

#include <types.h>

+ Collaboration diagram for AnboxPlatformDescriptor:

Public Attributes

const char name [MAX_STRING_LENGTH]
 
const char vendor [MAX_STRING_LENGTH]
 
const char description [MAX_STRING_LENGTH]
 
uint32_t platform_version
 

Detailed Description

AnboxPlatformDescriptor provides information about the implemented platform.

Definition at line 624 of file types.h.

Member Data Documentation

◆ description

const char AnboxPlatformDescriptor::description[MAX_STRING_LENGTH]

The description of the platform plugin.

Definition at line 630 of file types.h.

◆ name

const char AnboxPlatformDescriptor::name[MAX_STRING_LENGTH]

The name of the platform plugin.

Definition at line 626 of file types.h.

◆ platform_version

uint32_t AnboxPlatformDescriptor::platform_version

The Anbox platform API version.

Definition at line 632 of file types.h.

◆ vendor

const char AnboxPlatformDescriptor::vendor[MAX_STRING_LENGTH]

The name of the vendor implementing the plugin.

Definition at line 628 of file types.h.


The documentation for this struct was generated from the following file: