#include <sio2_url.h>

Public Attributes | |
| char | name [SIO2_MAX_CHAR] |
| The name of the SIO2url to use as an identifier. | |
| unsigned char | streaming |
| Tag that determine if the SIO2url is currently downloading. | |
| SIO2socket * | _SIO2socket |
| The SIO2socket pointer to use for the connection. | |
| SIO2stream * | _SIO2stream |
| A memory stream to handle the download buffer. | |
| char SIO2url::name[SIO2_MAX_CHAR] |
| unsigned char SIO2url::streaming |
Tag that determine if the SIO2url is currently downloading.
Referenced by sio2UrlDownload(), and sio2UrlStreamBuffer().
The SIO2socket pointer to use for the connection.
Referenced by sio2UrlDownload(), sio2UrlFree(), sio2UrlInit(), and sio2UrlStreamBuffer().
A memory stream to handle the download buffer.
Referenced by sio2UrlDownload(), sio2UrlFree(), sio2UrlGetBuffer(), sio2UrlInit(), and sio2UrlStreamBuffer().
1.5.6