APIs

Show:

Constructor

ReferenceType

(
  • options
)

Parameters:

  • options Object

Methods

getAllSubtypes

() ReferenceType[]

returns a array of all ReferenceTypes in the addressSpace that are self or a subType of self

Returns:

isSupertypeOf

(
  • baseType
)
Boolean

returns true if self is a super type of baseType

Parameters:

Returns:

Boolean:

true if self is a Subtype of baseType

Example:

readAttribute

(
  • attributeId
  • [indexRange]
  • [dataEncoding]
)
DataValue

Parameters:

  • attributeId AttributeIds
  • [indexRange] NumericalRange optional
  • [dataEncoding] String optional

Returns: