PrevNextUpHome SophiaFramework UNIVERSE 5.3
SFBQoSErrorSpec
Wrapper class for the IQoSErrorSpec interface.
#include <SFBQoSErrorSpec.h.hpp>
class SFBQoSErrorSpec : public SFBQuery;
SFMTYPEDEFWRAPPER(SFBQoSErrorSpec)

Inheritance diagram

 Inheritance diagram of SFBQoSErrorSpecClass

Version

BREW 2.0 BREW 2.1 BREW 3.1 BREW 4.0
X X O X

Reference

BREW API IQoSErrorSpec

Member

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.

SFBQoSErrorSpec::GetErrorRxFilterSpec
Get the list of Error Rx Filter Spec in SpecSFBQoSErrorSpec object.
[ public ]
SFCError GetErrorRxFilterSpec(
    GetErrorRxFilterSpec filterList   // the list contains the Error Rx Filter Spec
);
[ public ]
SFBQoSListSmp GetErrorRxFilterSpec(Void);

Return value

  • If succeeds: SFERR_NO_ERROR
  • filterList is null: SFERR_INVALID_PARAM

Description

SFBQoSErrorSpec::GetErrorRxFilterSpec function does copy from the SFBQoSList object, it offers the reference.

Reference

BREW API IQOSERRORSPEC_GetErrorRxFilterSpec | SFBQoSSession::GetErrorSpec


SFBQoSErrorSpec::GetErrorRxFlowSpec
Get the list of Error Rx Flow in SpecSFBQoSErrorSpec object.
[ public ]
SFCError GetErrorRxFlowSpec(
    GetErrorRxFlowSpec flowList   // the list contains the Error Rx Flow
);
[ public ]
SFBQoSListSmp GetErrorRxFlowSpec(Void);

Return value

  • If succeeds: SFERR_NO_ERROR
  • flowList is null: SFERR_INVALID_PARAM

Description

SFBQoSErrorSpec::GetErrorRxFlowSpec function does copy from the SFBQoSList object, it offers the reference.

Reference

BREW API IQOSERRORSPEC_GetErrorRxFlowSpec | SFBQoSSession::GetErrorSpec


SFBQoSErrorSpec::GetErrorTxFilterSpec
Get the list of Error Tx Filter Spec in SpecSFBQoSErrorSpec object.
[ public ]
SFCError GetErrorTxFilterSpec(
    GetErrorTxFilterSpec filterList   // the list contains the Error Tx Filter Spec
);
[ public ]
SFBQoSListSmp GetErrorTxFilterSpec(Void);

Return value

  • If succeeds: SFERR_NO_ERROR
  • filterList is null: SFERR_INVALID_PARAM

Description

SFBQoSErrorSpec::GetErrorTxFilterSpec function does copy from the SFBQoSList object, it offers the reference.

Reference

BREW API IQOSERRORSPEC_GetErrorTxFilterSpec | SFBQoSSession::GetErrorSpec


SFBQoSErrorSpec::GetErrorTxFlowSpec
Get the list of Error Tx Flow in SpecSFBQoSErrorSpec object.
[ public ]
SFCError GetErrorTxFlowSpec(
    GetErrorTxFlowSpec flowList   // the list contains the Error Tx Flow
);
[ public ]
SFBQoSListSmp GetErrorTxFlowSpec(Void);

Return value

  • If succeeds: SFERR_NO_ERROR
  • flowList is null: SFERR_INVALID_PARAM

Description

SFBQoSErrorSpec::GetErrorTxFlowSpec function does copy from the SFBQoSList object, it offers the reference.

Reference

BREW API IQOSERRORSPEC_GetErrorTxFlowSpec | SFBQoSSession::GetErrorSpec