This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Platform 1.32 Reference Guide

OVR_HttpTransferUpdate.h File Reference

Typedefs

struct ovrHttpTransferUpdate *

Typedef Documentation

typedef struct ovrHttpTransferUpdate* ovrHttpTransferUpdateHandle ( )

Function Documentation

const void* ovr_HttpTransferUpdate_GetBytes ( const ovrHttpTransferUpdateHandle obj )
ovrRequest ovr_HttpTransferUpdate_GetID ( const ovrHttpTransferUpdateHandle obj )
size_t ovr_HttpTransferUpdate_GetSize ( const ovrHttpTransferUpdateHandle obj )
bool ovr_HttpTransferUpdate_IsCompleted ( const ovrHttpTransferUpdateHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_HTTPTRANSFERUPDATE_H
#define OVR_HTTPTRANSFERUPDATE_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"
#include <stdbool.h>
#include <stddef.h>

typedefstruct ovrHttpTransferUpdate *ovrHttpTransferUpdateHandle;

OVRP_PUBLIC_FUNCTION(constvoid *) ovr_HttpTransferUpdate_GetBytes(const ovrHttpTransferUpdateHandle obj);
OVRP_PUBLIC_FUNCTION(ovrRequest)   ovr_HttpTransferUpdate_GetID(const ovrHttpTransferUpdateHandle obj);
OVRP_PUBLIC_FUNCTION(size_t)       ovr_HttpTransferUpdate_GetSize(const ovrHttpTransferUpdateHandle obj);
OVRP_PUBLIC_FUNCTION(bool)         ovr_HttpTransferUpdate_IsCompleted(const ovrHttpTransferUpdateHandle obj);

#endif
The documentation for this file was generated from the following file: OVR_HttpTransferUpdate.h