protocol-lwm2m/services/lwm2m-bootstrap-parameters.service.ts
Properties |
Methods |
constructor(client: FetchClient)
|
||||||
Parameters :
|
detail | ||||||
detail(id: string)
|
||||||
Parameters :
|
getDetailUrl | ||||||
getDetailUrl(entity: Lwm2mBootstrapParameters)
|
||||||
Parameters :
Returns :
string
|
onBeforeUpdate | ||||||
onBeforeUpdate(entity: Lwm2mBootstrapParameters)
|
||||||
Parameters :
Returns :
Lwm2mBootstrapParameters
|
update | ||||||
update(entity: Lwm2mBootstrapParameters)
|
||||||
Parameters :
|
fetch | |||||||||
fetch(url: string, init?: IFetchOptions)
|
|||||||||
Parameters :
Returns :
Promise<IFetchResponse>
|
isLwm2mDevice | ||||||
isLwm2mDevice(mo: Lwm2mManagedObject)
|
||||||
Parameters :
Returns :
any
|
Protected baseUrl |
Default value : agentBaseUrl
|
Protected listUrl |
Type : string
|
Default value : 'device'
|