NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
ProgramDiagnosticDataTypeOptions
Interface ProgramDiagnosticDataTypeOptions
interface
ProgramDiagnosticDataTypeOptions
{
createClientName
?:
UAString
;
createSessionId
?:
NodeIdLike
|
null
;
invocationCreationTime
?:
DateTime
;
lastMethodCall
?:
UAString
;
lastMethodCallTime
?:
DateTime
;
lastMethodInputArguments
?:
ArgumentOptions
[]
|
null
;
lastMethodOutputArguments
?:
ArgumentOptions
[]
|
null
;
lastMethodReturnStatus
?:
StatusResultOptions
;
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
Output
Arguments?
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
Output
Arguments
lastMethodOutputArguments
?:
ArgumentOptions
[]
|
null
Optional
last
Method
Return
Status
lastMethodReturnStatus
?:
StatusResultOptions
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
Output
Arguments
last
Method
Return
Status
last
Method
Session
Id
last
Transition
Time
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...