protocol-opcua/opcua-server-config.component.ts
selector | opcua-server-config |
templateUrl | ./opcua-server-config.component.html |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
constructor(opcuaService: OpcuaService)
|
||||||
Parameters :
|
server |
canceled |
Type : EventEmitter
|
removed |
Type : EventEmitter
|
saved |
Type : EventEmitter
|
cancel |
cancel()
|
Returns :
void
|
ngOnChanges |
ngOnChanges()
|
Returns :
void
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
Async remove |
remove()
|
Returns :
any
|
Async save |
save()
|
Returns :
any
|
setNewPassword |
setNewPassword()
|
Returns :
void
|
setPolicy | ||||||
setPolicy(data: any)
|
||||||
Parameters :
Returns :
void
|
setServerConnection | ||||||
setServerConnection(data: string)
|
||||||
Parameters :
Returns :
void
|
toggleChangePassword |
toggleChangePassword()
|
Returns :
void
|
updateAuthentication | ||||||
updateAuthentication(data: any)
|
||||||
Parameters :
Returns :
void
|
updateConnectionStatusLabel | ||||
updateConnectionStatusLabel(server)
|
||||
Parameters :
Returns :
void
|
uploadFile | ||||||
uploadFile(droppedFiles: DroppedFile[])
|
||||||
Parameters :
Returns :
void
|
authenticationMode |
Type : any
|
authenticationModes |
Type : any[]
|
changePassword |
Type : boolean
|
Default value : false
|
connectionStatusLabel |
Type : string
|
Default value : ''
|
currentSecMode |
Type : string
|
dropArea |
Type : DropAreaComponent
|
Decorators :
@ViewChild(DropAreaComponent, {static: false})
|
fileName |
Type : string
|
Default value : ''
|
initialPasswordRequired |
Type : boolean
|
Default value : true
|
minIntervalNumber |
Type : number
|
Default value : 1
|
model |
Type : OpcuaServer
|
NONE |
Type : string
|
Default value : 'NONE'
|
opcuaConfigForm |
Type : any
|
Decorators :
@ViewChild('opcuaConfigForm', {static: false})
|
securityModes |
Type : string[]
|
securityPolicies |
Type : any
|
Default value : {
sign: [
`BASIC256_${this.SIGN}`,
`BASIC128RSA15_${this.SIGN}`,
`BASIC256SHA256_${this.SIGN}`
],
sign_enc: [
`BASIC256_${this.SIGN_ENC}`,
`BASIC128RSA15_${this.SIGN_ENC}`,
`BASIC256SHA256_${this.SIGN_ENC}`,
]
}
|
SIGN |
Type : string
|
Default value : 'SIGN'
|
SIGN_ENC |
Type : string
|
Default value : 'SIGN_ENCRYPT'
|
targetConnectionState |
Type : string
|
Default value : '1'
|
server | ||||||
getserver()
|
||||||
setserver(server: OpcuaServer)
|
||||||
Parameters :
Returns :
void
|