Vuo  0.4.7
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
VuoURL.h File Reference

Description

VuoURL interface.

Functions

bool VuoURL_get (const char *url, void **data, unsigned int *dataLength)
 Receives the data at the specified url.
 

Function Documentation

bool VuoURL_get ( const char *  url,
void **  data,
unsigned int *  dataLength 
)

Receives the data at the specified url.

Returns
true upon success, false upon failure.
Todo:
Better error handling per https://b33p.net/kosada/node/4724