Represents a device with its associated attributes and parameters. Implements the ESPRMDeviceInterface.

Implements

Constructors

Properties

attributes?: ESPRMAttribute[]

Optional attributes associated with the device.

displayName: string

The display name of the device.

name: string

The name of the device.

nodeRef: WeakRef<ESPRMNode>

Referance to ESPRMNode.

params?: ESPRMDeviceParam[]

Optional parameters associated with the device.

primaryParam?: ESPRMDeviceParam

The primary parameter of the device.

type: string

The type of the device.

Methods