Class: OperatingMode

dto~ OperatingMode

This type is responsible for storing information regarding the digitizer's current and supported modes.

new OperatingMode()

Constructor, creates a new instance of this type.

Members

acquisitionMode :string

The current acquisition mode. All modes: touch, pen, autoTouch, command, securePen and secureAutoTouch.

penMode :string

The current pen mode. All modes: single, singleLiftoff, stream, streamLiftoff and continuous.

supportedModes :module:dto~SupportedOperatingModes

Lists the operating modes the currently connected device supports.

touchMode :string

The current touch mode. All modes: single, singleLiftoff, stream and streamLiftoff.