class EndPointBasis
Defined at line 61 of file gen/third_party/openweave-core/src/include/InetLayer/EndPointBasis.h
Basis of internet transport endpoint classes
Protected Members
int mSocket
mAddrType
SocketEvents mPendingIO
Public Methods
bool IsSocketsEndPoint ()
Test whether endpoint is a POSIX socket
Defined at line 127 of file gen/third_party/openweave-core/src/include/InetLayer/EndPointBasis.h
bool IsOpenEndPoint ()
Test whether endpoint has a valid descriptor.
Defined at line 140 of file gen/third_party/openweave-core/src/include/InetLayer/EndPointBasis.h
Protected Methods
void InitEndPointBasis (InetLayer & aInetLayer, void * aAppState)
Enumerations
enum (unnamed)
| Name | Value | Comments |
|---|---|---|
| kBasisState_Closed | 0 |
Encapsulated descriptor is not valid. |
Common state codes
Defined at line 65 of file gen/third_party/openweave-core/src/include/InetLayer/EndPointBasis.h