PenCommV2 Class
From Neo smartpen SDK
Class Library Documentation for Neo smartpen SDK
PenCommV2 Class |
Provides fuctions that can handle F50, F120 Smartpen
Namespace: Neosmartpen.Net.Protocol.v2
Assembly: Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
C#
public class PenCommV2 : PenComm
The PenCommV2 type exposes the following members.
| Name | Description | |
|---|---|---|
| DeviceClass |
Returns the Class of Device of the remote device.
(Overrides PenComm.DeviceClass.) | |
| DeviceName |
Gets a name of a device.
| |
| DeviceType | ||
| FirmwareVersion |
Gets a version of a firmware.
| |
| HoverMode | ||
| MacAddress |
Gets the device identifier.
| |
| MaxForce |
Gets the maximum level of force sensor.
| |
| Name |
Gets or sets a name of PenComm object
(Overrides PenComm.Name.) | |
| ProtocolVersion |
Gets a version of a protocol.
| |
| SubName | ||
| Version |
Gets a version of PenComm object
(Overrides PenComm.Version.) |
| Name | Description | |
|---|---|---|
| CreateProfile |
Request to create profile
| |
| DeleteProfile |
Request to delete profile
| |
| DeleteProfileValues |
Request to delete data
| |
| GetProfileInfo |
Request information of the profile
| |
| IsSupportPenProfile | ||
| ReadProfileValues |
Request to get data from profile
| |
| ReqAddUsingNote |
Sets the available notebook type
| |
| ReqAddUsingNote(Int32, Int32) |
Set the available notebook type lits
| |
| ReqAddUsingNote(Int32, Int32, Int32) |
Sets the available notebook type
| |
| ReqBeepAndLight |
Request Beeps and light on.
| |
| ReqInputPassword |
Input password if device is locked.
| |
| ReqOfflineData |
Requests the transmission of data
| |
| ReqOfflineDataList |
Requests the list of Offline data.
| |
| ReqOfflineDataPageList |
Requests the list of Offline data.
| |
| ReqPenStatus |
Request the status of pen.
If you requested, you can receive result by PenCommV2Callbacks.onReceivedPenStatus method.
| |
| ReqPenSwUpgrade |
Requests the firmware installation
| |
| ReqRemoveOfflineData |
Request to remove offline data in device.
| |
| ReqSetupBtLocalName |
Sets the local name of the bluetooth device property.
| |
| ReqSetupDataTransmissionType |
Sets the status of data transmission type property that determine if data transmission type is event or request-response.
| |
| ReqSetupDownSampling |
Sets the status of the down sampling property.
Downsampling is a function of avoiding unnecessary data communication by omitting coordinates at the same position.
| |
| ReqSetupOfflineData |
Sets the offline data option whether save offline data or not.
| |
| 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.
| |
| ReqSetupPenCapPower |
Sets the status of the power control by cap on property.
| |
| ReqSetupPenColor |
Sets the color of LED.
| |
| ReqSetupPenFscSensitivity |
Sets the value of the pen's sensitivity property that controls the force sensor(c-type) of pen.
| |
| ReqSetupPenSensitivity |
Sets the value of the pen's sensitivity property that controls the force sensor(r-type) of pen.
| |
| ReqSetupTime |
Sets the RTC timestamp.
| |
| ReqSetupUsbMode |
Sets the status of usb mode property that determine if usb mode is disk or bulk.
You can choose between Disk mode, which is used as a removable disk, and Bulk mode, which is capable of high volume data communication, when connected with usb
| |
| SuspendSwUpgrade |
To suspend firmware installation.
| |
| WriteProfileValues |
Request to write data
|