class InetLayerBasis
Defined at line 53 of file x64-shared/gen/third_party/openweave-core/src/include/InetLayer/InetLayerBasis.h
This is the basis class of reference-counted objects managed by an
InetLayer object.
Public Methods
InetLayer & Layer ()
Returns a reference to the Inet layer object that owns this basis object.
Defined at line 69 of file x64-shared/gen/third_party/openweave-core/src/include/InetLayer/InetLayerBasis.h
bool IsCreatedByInetLayer (const InetLayer & aInetLayer)
Returns
if the basis object was obtained by the specified INET layer instance.
Parameters
aInetLayer [in] An instance of the INET layer.
Returns
if owned by
otherwise
Defined at line 85 of file x64-shared/gen/third_party/openweave-core/src/include/InetLayer/InetLayerBasis.h
Protected Methods
void InitInetLayerBasis (InetLayer & aInetLayer, void * aAppState)
Defined at line 90 of file x64-shared/gen/third_party/openweave-core/src/include/InetLayer/InetLayerBasis.h