NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
ProgramDiagnostic2DataTypeOptions
Interface ProgramDiagnostic2DataTypeOptions
interface
ProgramDiagnostic2DataTypeOptions
{
createClientName
?:
UAString
;
createSessionId
?:
NodeIdLike
|
null
;
invocationCreationTime
?:
DateTime
;
lastMethodCall
?:
UAString
;
lastMethodCallTime
?:
DateTime
;
lastMethodInputArguments
?:
ArgumentOptions
[]
|
null
;
lastMethodInputValues
?:
(
VariantOptions
|
null
)
[]
|
null
;
lastMethodOutputArguments
?:
ArgumentOptions
[]
|
null
;
lastMethodOutputValues
?:
(
VariantOptions
|
null
)
[]
|
null
;
lastMethodReturnStatus
?:
StatusCode
;
lastMethodSessionId
?:
NodeIdLike
|
null
;
lastTransitionTime
?:
DateTime
;
}
Index
Properties
create
Client
Name?
create
Session
Id?
invocation
Creation
Time?
last
Method
Call?
last
Method
Call
Time?
last
Method
Input
Arguments?
last
Method
Input
Values?
last
Method
Output
Arguments?
last
Method
Output
Values?
last
Method
Return
Status?
last
Method
Session
Id?
last
Transition
Time?
Properties
Optional
create
Client
Name
createClientName
?:
UAString
Optional
create
Session
Id
createSessionId
?:
NodeIdLike
|
null
Optional
invocation
Creation
Time
invocationCreationTime
?:
DateTime
Optional
last
Method
Call
lastMethodCall
?:
UAString
Optional
last
Method
Call
Time
lastMethodCallTime
?:
DateTime
Optional
last
Method
Input
Arguments
lastMethodInputArguments
?:
ArgumentOptions
[]
|
null
Optional
last
Method
Input
Values
lastMethodInputValues
?:
(
VariantOptions
|
null
)
[]
|
null
Optional
last
Method
Output
Arguments
lastMethodOutputArguments
?:
ArgumentOptions
[]
|
null
Optional
last
Method
Output
Values
lastMethodOutputValues
?:
(
VariantOptions
|
null
)
[]
|
null
Optional
last
Method
Return
Status
lastMethodReturnStatus
?:
StatusCode
Optional
last
Method
Session
Id
lastMethodSessionId
?:
NodeIdLike
|
null
Optional
last
Transition
Time
lastTransitionTime
?:
DateTime
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
create
Client
Name
create
Session
Id
invocation
Creation
Time
last
Method
Call
last
Method
Call
Time
last
Method
Input
Arguments
last
Method
Input
Values
last
Method
Output
Arguments
last
Method
Output
Values
last
Method
Return
Status
last
Method
Session
Id
last
Transition
Time
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...