NLWirelessRegConfig

Ringkasan

Inheritance

Mewarisi dari: NSObject

Properti

OpLocation
NLWirelessOperatingLocation
RegDomain
NSString *
SupportedRegDomains
NSMutableArray *

Fungsi publik

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()

Fungsi statis publik

createUsing:(const WirelessRegConfig *pWirelessRegConfig)

Properti

OpLocation

NLWirelessOperatingLocation OpLocation

RegDomain

NSString * RegDomain

SupportedRegDomains

NSMutableArray * SupportedRegDomains

Fungsi publik

getOpLocation:

virtual WEAVE_ERROR getOpLocation:(
  NLWirelessOperatingLocation *val
)

getRegDomain:

virtual WEAVE_ERROR getRegDomain:(
  NSString **val
)

getSupportedRegDomain:

virtual WEAVE_ERROR getSupportedRegDomain:(
  NSMutableArray **val
)

initDengan:

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()

Fungsi statis publik

buatMenggunakan:

virtual NLWirelessRegConfig * createUsing:(
  const WirelessRegConfig *pWirelessRegConfig
)