NLWirelessRegConfig
Resumo
Herança
Herda: NSObjectPropriedades | |
---|---|
OpLocation | NLWirelessOperatingLocation |
RegDomain | NSString * |
SupportedRegDomains | NSMutableArray * |
Funções públicas | |
---|---|
getOpLocation: (NLWirelessOperatingLocation *val) | virtual WEAVE_ERROR |
getRegDomain: (NSString **val) | virtual WEAVE_ERROR |
getSupportedRegDomain: (NSMutableArray **val) | virtual WEAVE_ERROR |
initWith: (const WirelessRegConfig *NS_DESIGNATED_INITIALIZER) | virtual instancetype |
initWithRegDomain:opLocation: (NSString *regDomain, NLWirelessOperatingLocation opLocation) | virtual id |
initWithSupportedRegDomains:opLocation:RegDomain: (NSMutableArray *supportedRegDomains, NLWirelessOperatingLocation opLocation, NSString *regDomain) | virtual id |
toWirelessRegConfig () | virtual WirelessRegConfig |
Funções estáticas públicas | |
---|---|
createUsing: (const WirelessRegConfig *pWirelessRegConfig) | virtual NLWirelessRegConfig * |
Propriedades
OpLocation
NLWirelessOperatingLocation OpLocation
RegDomain
NSString * RegDomain
SupportedRegDomains
NSMutableArray * SupportedRegDomains
Funções públicas
getOpLocation:
virtual WEAVE_ERROR getOpLocation:( NLWirelessOperatingLocation *val )
getRegDomain:
virtual WEAVE_ERROR getRegDomain:( NSString **val )
getSupportedRegDomain:
virtual WEAVE_ERROR getSupportedRegDomain:( NSMutableArray **val )
initWith:
virtual instancetype initWith:( const WirelessRegConfig *NS_DESIGNATED_INITIALIZER )
initWithRegDomain: opLocation:
virtual id initWithRegDomain:opLocation:( NSString *regDomain, NLWirelessOperatingLocation opLocation )
initWithSupportedRegDomains: opLocation: RegDomain:
virtual id initWithSupportedRegDomains:opLocation:RegDomain:( NSMutableArray *supportedRegDomains, NLWirelessOperatingLocation opLocation, NSString *regDomain )
toWirelessRegConfig
virtual WirelessRegConfig toWirelessRegConfig()
Funções estáticas públicas
createUsing:
virtual NLWirelessRegConfig * createUsing:( const WirelessRegConfig *pWirelessRegConfig )