PenCommV1 Class

Neo smartpen SDK

PenCommV1 Class

Provides fuctions that can handle N2 Smartpen.
Inheritance Hierarchy
SystemObject  PenComm
    Neosmartpen.Net.Protocol.v1PenCommV1

Namespace:  Neosmartpen.Net.Protocol.v1
Assembly:  Neosmartpen.Net.Protocol.v1 (in Neosmartpen.Net.Protocol.v1.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class PenCommV1 : PenComm

The PenCommV1 type exposes the following members.

Constructors
  NameDescription
Public methodPenCommV1
Initializes a new instance of the PenCommV1 class
Top
Properties
  NameDescription
Public propertyDeviceClass
Returns the Class of Device of the remote device.
(Overrides PenComm.DeviceClass.)
Public propertyMaxForce
Gets the maximum level of force sensor.
Public propertyName
Gets or sets a name of PenComm object
(Overrides PenComm.Name.)
Public propertyVersion
Gets a version of PenComm object
(Overrides PenComm.Version.)
Top
Methods
  NameDescription
Public methodClean
Public methodReqAddUsingNote
Sets the available notebook type
Public methodReqAddUsingNote(Int32, Int32)
Sets the available notebook type
Public methodReqAddUsingNote(Int32, Int32)
Public methodReqAddUsingNote(Int32, Int32, Int32)
Sets the available paper type
Public methodReqAddUsingNote(Int32, Int32, Int32)
Sets the available notebook type
Public methodReqInputPassword
Input password if device is locked.
Public methodReqOfflineData(OfflineDataInfo)
Requests the transmission of data
Public methodReqOfflineData(OfflineDataInfo)
Requests the transmission of data
Public methodReqOfflineDataList
Requests the list of Offline data.
Public methodReqPenStatus
Request the status of pen. If you requested, you can receive result by PenCommV1Callbacks.onReceivedPenStatus method.
Public methodReqPenSwUpgrade
Requests the firmware installation
Public methodReqRemoveOfflineData
Request to remove offline data in device.
Public methodReqSetUpPassword
Change the password of device.
Public methodReqSetupPenAutoPowerOn
Sets the status of the auto power on property that if write the pen, turn on when pen is down.
Public methodReqSetupPenAutoShutdownTime
Sets the value of the auto shutdown time property that if pen stay idle, shut off the pen.
Public methodReqSetupPenBeep
Sets the status of the beep property.
Public methodReqSetupPenColor
Sets the color of pen ink. If you want to change led color of pen, you should choose one among next preset values. violet = 0x9C3FCD blue = 0x3c6bf0 gray = 0xbdbdbd yellow = 0xfbcb26 pink = 0xff2084 mint = 0x27e0c8 red = 0xf93610 black = 0x000000
Public methodReqSetupPenSensitivity
Sets the value of the pen's sensitivity property that controls the force sensor of pen.
Public methodSuspendSwUpgrade
To suspend firmware installation.
Top
See Also