Implements

Constructors

Properties

Methods

Constructors

  • Create a DevicePoint instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a DevicePoint instance with the specified options.

    Returns DevicePoint

    const point = await DevicePoint.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create an DevicePoint instance.

    Parameters

    • Optionaloptions: Options

      Create an DevicePoint instance with the specified options.

    Returns Promise<DevicePoint>

    Return the DevicePoint instance.