protocol-opcua/opcuaService.ts
Methods |
|
constructor(client: FetchClient, inventoryService: InventoryService, router: Router, alertService: AlertService)
|
|||||||||||||||
Parameters :
|
Async createDeviceProtocol | ||||
createDeviceProtocol(data)
|
||||
Parameters :
Returns :
unknown
|
createServer | ||||||
createServer(data: OpcuaServer)
|
||||||
Parameters :
Returns :
any
|
Async getDeviceProtocol | ||||||
getDeviceProtocol(id: string)
|
||||||
Parameters :
Returns :
unknown
|
getId |
getId()
|
Returns :
any
|
getKeystore | ||||||
getKeystore(binaryId: string)
|
||||||
Parameters :
Returns :
any
|
getMoId |
getMoId()
|
Returns :
any
|
getServers | ||||||
getServers(id: string)
|
||||||
Parameters :
Returns :
any
|
removeKeystore | ||||||
removeKeystore(id: string)
|
||||||
Parameters :
Returns :
any
|
removeServer | ||||||
removeServer(data: OpcuaServer)
|
||||||
Parameters :
Returns :
any
|
Async updateDeviceProtocol | ||||
updateDeviceProtocol(data)
|
||||
Parameters :
Returns :
unknown
|
Async updateKeystore | |||||||||
updateKeystore(id: string, file: File)
|
|||||||||
Parameters :
Returns :
unknown
|
Async updateServer | ||||||
updateServer(server: OpcuaServer)
|
||||||
Parameters :
Returns :
unknown
|
uploadKeystore | ||||||
uploadKeystore(file: File)
|
||||||
Parameters :
Returns :
any
|