Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_DeviceRef_Dev_0_1 Struct Reference

#include <ppb_device_ref_dev.h>

Collaboration diagram for PPB_DeviceRef_Dev_0_1:
Collaboration graph

Public Attributes

PP_Bool(* IsDeviceRef )(PP_Resource resource)
 
PP_DeviceType_Dev(* GetType )(PP_Resource device_ref)
 
struct PP_Var(* GetName )(PP_Resource device_ref)
 

Detailed Description

Definition at line 70 of file ppb_device_ref_dev.h.

Member Data Documentation

struct PP_Var(* PPB_DeviceRef_Dev_0_1::GetName)(PP_Resource device_ref)

Gets the device name.

Parameters
[in]device_refA PP_Resource corresponding to a device reference.
Returns
A PP_Var of type PP_VARTYPE_STRING containing the name of the device if successful; a PP_Var of type PP_VARTYPE_UNDEFINED if failed.

Definition at line 100 of file ppb_device_ref_dev.h.

PP_DeviceType_Dev(* PPB_DeviceRef_Dev_0_1::GetType)(PP_Resource device_ref)

Gets the device type.

Parameters
[in]device_refA PP_Resource corresponding to a device reference.
Returns
A PP_DeviceType_Dev value.

Definition at line 89 of file ppb_device_ref_dev.h.

PP_Bool(* PPB_DeviceRef_Dev_0_1::IsDeviceRef)(PP_Resource resource)

Determines if the provided resource is a device reference.

Parameters
[in]resourceA PP_Resource corresponding to a generic resource.
Returns
A PP_Bool that is PP_TRUE if the given resource is a device reference, otherwise PP_FALSE.

Definition at line 80 of file ppb_device_ref_dev.h.


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