Constructor Summary
Public Constructor | ||
public |
constructor(nodeIdValue: string, identifier: string, dataType: node-opcua~DataType, fileExtensionOrKeep: string | boolean) Creates a new atvise type. |
Member Summary
Public Members | ||
public |
The type's parent OPC-UA type. |
|
public |
The file extension to use when storing. |
|
public |
Atscm's identifier for the type. |
|
public |
If the extension should be kept when storing. |
|
public |
Node id of the type's definition |
Public Constructors
public constructor(nodeIdValue: string, identifier: string, dataType: node-opcua~DataType, fileExtensionOrKeep: string | boolean) source
Creates a new atvise type.
Params:
Name | Type | Attribute | Description |
nodeIdValue | string | The type's OPC-UA node id value. |
|
identifier | string | Atscm's identifier for the new type. |
|
dataType | node-opcua~DataType | The type's parent OPC-UA type. |
|
fileExtensionOrKeep | string | boolean |
|
The file extension to use when storing or |