Class Library Documentation for Neo smartpen SDK
PenCommV1 Class |
Provides fuctions that can handle N2 Smartpen.
Inheritance Hierarchy
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
Properties
Name | Description | |
---|---|---|
DeviceClass |
Returns the Class of Device of the remote device.
(Overrides PenComm.DeviceClass.) | |
MaxForce |
Gets the maximum level of force sensor.
| |
Name |
Gets or sets a name of PenComm object
(Overrides PenComm.Name.) | |
Version |
Gets a version of PenComm object
(Overrides PenComm.Version.) |
Methods
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.
|
See Also