PenCommV1 Methods

Neo smartpen SDK

PenCommV1 Methods

The PenCommV1 type exposes the following members.

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