Pepper_31_C++_interfaces
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
pp::ext::socket::RecvFromInfo_Dev Class Reference

#include <socket_dev.h>

Collaboration diagram for pp::ext::socket::RecvFromInfo_Dev:
Collaboration graph

Public Member Functions

 RecvFromInfo_Dev ()
 
 ~RecvFromInfo_Dev ()
 
bool Populate (const PP_Ext_Socket_RecvFromInfo_Dev &value)
 
Var CreateVar () const
 

Public Attributes

DictField< int32_tresult_code
 
DictField< VarArrayBufferdata
 
DictField< std::string > address
 
DictField< int32_tport
 

Static Public Attributes

static const char *const kResultCode
 
static const char *const kData
 
static const char *const kAddress
 
static const char *const kPort
 

Detailed Description

Definition at line 115 of file socket_dev.h.

Constructor & Destructor Documentation

pp::ext::socket::RecvFromInfo_Dev::RecvFromInfo_Dev ( )
pp::ext::socket::RecvFromInfo_Dev::~RecvFromInfo_Dev ( )

Member Function Documentation

Var pp::ext::socket::RecvFromInfo_Dev::CreateVar ( ) const
bool pp::ext::socket::RecvFromInfo_Dev::Populate ( const PP_Ext_Socket_RecvFromInfo_Dev &  value)

Member Data Documentation

DictField<std::string> pp::ext::socket::RecvFromInfo_Dev::address

Definition at line 131 of file socket_dev.h.

DictField<VarArrayBuffer> pp::ext::socket::RecvFromInfo_Dev::data

Definition at line 130 of file socket_dev.h.

const char* const pp::ext::socket::RecvFromInfo_Dev::kAddress
static

Definition at line 126 of file socket_dev.h.

const char* const pp::ext::socket::RecvFromInfo_Dev::kData
static

Definition at line 125 of file socket_dev.h.

const char* const pp::ext::socket::RecvFromInfo_Dev::kPort
static

Definition at line 127 of file socket_dev.h.

const char* const pp::ext::socket::RecvFromInfo_Dev::kResultCode
static

Definition at line 124 of file socket_dev.h.

DictField<int32_t> pp::ext::socket::RecvFromInfo_Dev::port

Definition at line 132 of file socket_dev.h.

DictField<int32_t> pp::ext::socket::RecvFromInfo_Dev::result_code

Definition at line 129 of file socket_dev.h.


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