|
|
| UDPSocketPrivate (const InstanceHandle &instance) |
| |
|
int32_t | SetSocketFeature (PP_UDPSocketFeature_Private name, const Var &value) |
| |
|
int32_t | Bind (const PP_NetAddress_Private *addr, const CompletionCallback &callback) |
| |
|
bool | GetBoundAddress (PP_NetAddress_Private *addr) |
| |
|
int32_t | RecvFrom (char *buffer, int32_t num_bytes, const CompletionCallback &callback) |
| |
|
bool | GetRecvFromAddress (PP_NetAddress_Private *addr) |
| |
|
int32_t | SendTo (const char *buffer, int32_t num_bytes, const PP_NetAddress_Private *addr, const CompletionCallback &callback) |
| |
|
void | Close () |
| |
|
| Resource () |
| | The default constructor.
|
| |
| | Resource (const Resource &other) |
| |
|
virtual | ~Resource () |
| | Destructor.
|
| |
| Resource & | operator= (const Resource &other) |
| |
| bool | is_null () const |
| |
|
PP_Resource | pp_resource () const |
| |
| PP_Resource | detach () |
| |
|
|
static bool | IsAvailable () |
| |
The documentation for this class was generated from the following file: