PenCommV2 Methods

Neo smartpen SDK

PenCommV2 Methods

The PenCommV2 type exposes the following members.

Methods
  NameDescription
Public methodCreateProfile
Request to create profile
Public methodDeleteProfile
Request to delete profile
Public methodDeleteProfileValues
Request to delete data
Public methodGetProfileInfo
Request information of the profile
Public methodIsSupportPenProfile
Public methodReadProfileValues
Request to get data from profile
Public methodReqAddUsingNote
Sets the available notebook type
Public methodReqAddUsingNote(Int32, Int32)
Set the available notebook type lits
Public methodReqAddUsingNote(Int32, Int32, Int32)
Sets the available notebook type
Public methodReqBeepAndLight
Request Beeps and light on.
Public methodReqInputPassword
Input password if device is locked.
Public methodReqOfflineData
Requests the transmission of data
Public methodReqOfflineDataList
Requests the list of Offline data.
Public methodReqOfflineDataPageList
Requests the list of Offline data.
Public methodReqPenStatus
Request the status of pen. If you requested, you can receive result by PenCommV2Callbacks.onReceivedPenStatus method.
Public methodReqPenSwUpgrade
Requests the firmware installation
Public methodReqRemoveOfflineData
Request to remove offline data in device.
Public methodReqSetupBtLocalName
Sets the local name of the bluetooth device property.
Public methodReqSetupDataTransmissionType
Sets the status of data transmission type property that determine if data transmission type is event or request-response.
Public methodReqSetupDownSampling
Sets the status of the down sampling property. Downsampling is a function of avoiding unnecessary data communication by omitting coordinates at the same position.
Public methodReqSetupOfflineData
Sets the offline data option whether save offline data or not.
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 methodReqSetupPenCapPower
Sets the status of the power control by cap on property.
Public methodReqSetupPenColor
Sets the color of LED.
Public methodReqSetupPenFscSensitivity
Sets the value of the pen's sensitivity property that controls the force sensor(c-type) of pen.
Public methodReqSetupPenSensitivity
Sets the value of the pen's sensitivity property that controls the force sensor(r-type) of pen.
Public methodReqSetupTime
Sets the RTC timestamp.
Public methodReqSetupUsbMode
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
Public methodSuspendSwUpgrade
To suspend firmware installation.
Public methodWriteProfileValues
Request to write data
Top
See Also