APIs

Show:

Constructor

EUInformation

(
  • options
)

Parameters:

  • options Object
    • [namespaceUri= http://www.opcfoundation.org/UA/units/un/cefact] String optional

      Identifies the organization (company, standards organization) that defines the EUInformation.

    • [unitId] Int32 optional

      Identifier for programmatic evaluation. 1 is used if a unitId is not available.

    • [displayName] LocalizedText optional

      The displayName of the engineering ( for instance 'm/s' )

    • [description] LocalizedText optional

      Contains the full name of the engineering unit such as hour or meter per second

Methods

binaryStoreSize

() Number
Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean
verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

description

LocalizedText

Contains the full name of the engineering unit such as hour or meter per second

displayName

LocalizedText

The displayName of the engineering ( for instance 'm/s' )

namespaceUri

String

Identifies the organization (company, standards organization) that defines the EUInformation.

Default: http://www.opcfoundation.org/UA/units/un/cefact

unitId

Int32

Identifier for programmatic evaluation. 1 is used if a unitId is not available.