PenCommV1 Methods
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
PenCommV1 Methods |
The PenCommV1 type exposes the following members.
| Name | Description | |
|---|---|---|
| Clean | ||
| ReqAddUsingNote |
Sets the available notebook type
| |
| ReqAddUsingNote(Int32, Int32) |
Sets the available notebook type
| |
| ReqAddUsingNote(Int32, Int32) | ||
| ReqAddUsingNote(Int32, Int32, Int32) |
Sets the available paper type
| |
| ReqAddUsingNote(Int32, Int32, Int32) |
Sets the available notebook type
| |
| ReqInputPassword |
Input password if device is locked.
| |
| ReqOfflineData(OfflineDataInfo) |
Requests the transmission of data
| |
| ReqOfflineData(OfflineDataInfo) |
Requests the transmission of data
| |
| ReqOfflineDataList |
Requests the list of Offline data.
| |
| ReqPenStatus |
Request the status of pen.
If you requested, you can receive result by PenCommV1Callbacks.onReceivedPenStatus method.
| |
| ReqPenSwUpgrade |
Requests the firmware installation
| |
| ReqRemoveOfflineData |
Request to remove offline data in device.
| |
| ReqSetUpPassword |
Change the password of device.
| |
| ReqSetupPenAutoPowerOn |
Sets the status of the auto power on property that if write the pen, turn on when pen is down.
| |
| ReqSetupPenAutoShutdownTime |
Sets the value of the auto shutdown time property that if pen stay idle, shut off the pen.
| |
| ReqSetupPenBeep |
Sets the status of the beep property.
| |
| ReqSetupPenColor |
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
| |
| ReqSetupPenSensitivity |
Sets the value of the pen's sensitivity property that controls the force sensor of pen.
| |
| SuspendSwUpgrade |
To suspend firmware installation.
|