Home Manual Reference Source Test
public class | source

AtviseType

Direct Subclass:

AtviseResourceType

Special, atvise releated OPC-UA type.

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:

NameTypeAttributeDescription
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
  • optional

The file extension to use when storing or true or false indicating if the extension should be kept.

Public Members

public dataType: node-opcua~DataType source

The type's parent OPC-UA type.

public fileExtension: String source

The file extension to use when storing.

public identifier: String source

Atscm's identifier for the type.

public keepExtension: Boolean source

If the extension should be kept when storing.

public typeDefinition: node-opcua~NodeId source

Node id of the type's definition