SophiaFramework UNIVERSE 5.3 |
#include <SFBQoSErrorSpec.h.hpp>
class SFBQoSErrorSpec : public SFBQuery;
SFMTYPEDEFWRAPPER(SFBQoSErrorSpec)
BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
---|---|---|---|
X | X | O | X |
Public Functions | |
---|---|
SFCError |
GetErrorRxFilterSpec(
GetErrorRxFilterSpec filterList
) Get the list of Error Rx Filter Spec in SpecSFBQoSErrorSpec object.
|
SFBQoSListSmp |
GetErrorRxFilterSpec( Void ) Get the list of Error Rx Filter Spec in SpecSFBQoSErrorSpec object.
|
SFCError |
GetErrorRxFlowSpec(
GetErrorRxFlowSpec flowList
) Get the list of Error Rx Flow in SpecSFBQoSErrorSpec object.
|
SFBQoSListSmp |
GetErrorRxFlowSpec( Void ) Get the list of Error Rx Flow in SpecSFBQoSErrorSpec object.
|
SFCError |
GetErrorTxFilterSpec(
GetErrorTxFilterSpec filterList
) Get the list of Error Tx Filter Spec in SpecSFBQoSErrorSpec object.
|
SFBQoSListSmp |
GetErrorTxFilterSpec( Void ) Get the list of Error Tx Filter Spec in SpecSFBQoSErrorSpec object.
|
SFCError |
GetErrorTxFlowSpec(
GetErrorTxFlowSpec flowList
) Get the list of Error Tx Flow in SpecSFBQoSErrorSpec object.
|
SFBQoSListSmp |
GetErrorTxFlowSpec( Void ) Get the list of Error Tx Flow in SpecSFBQoSErrorSpec object.
|
SFCError |
QueryInterface(
AEECLSID clsid
, VoidHandle handle
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
SFCError |
QueryInterface(
AEECLSID clsid
, SFBBaseSmpPtr handle
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
SFBBaseSmp |
QueryInterface(
AEECLSID clsid
)
(inherits from SFBQuery)
Ask an object for another API contract from the object in question.
|
Void |
Self(
AEECLSID clsidReq
, SFBQuerySmpPtr clone
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
SFBQuerySmp |
Self(
AEECLSID clsidReq
, AEECLSID clsidImp
)
(inherits from SFBQuery)
Helper macro for those implementing an object with a single interface.
|
Protected Functions | |
---|---|
static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface.
|
static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface using the SFBQuery instance.
|
[ public ] SFCError GetErrorRxFilterSpec( GetErrorRxFilterSpec filterList // the list contains the Error Rx Filter Spec );
[ public ] SFBQoSListSmp GetErrorRxFilterSpec(Void);
SFBQoSErrorSpec::GetErrorRxFilterSpec function does copy from the SFBQoSList object, it offers the reference.
[ public ] SFCError GetErrorRxFlowSpec( GetErrorRxFlowSpec flowList // the list contains the Error Rx Flow );
[ public ] SFBQoSListSmp GetErrorRxFlowSpec(Void);
SFBQoSErrorSpec::GetErrorRxFlowSpec function does copy from the SFBQoSList object, it offers the reference.
[ public ] SFCError GetErrorTxFilterSpec( GetErrorTxFilterSpec filterList // the list contains the Error Tx Filter Spec );
[ public ] SFBQoSListSmp GetErrorTxFilterSpec(Void);
SFBQoSErrorSpec::GetErrorTxFilterSpec function does copy from the SFBQoSList object, it offers the reference.
[ public ] SFCError GetErrorTxFlowSpec( GetErrorTxFlowSpec flowList // the list contains the Error Tx Flow );
[ public ] SFBQoSListSmp GetErrorTxFlowSpec(Void);
SFBQoSErrorSpec::GetErrorTxFlowSpec function does copy from the SFBQoSList object, it offers the reference.
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |