PenCommV2 Class

Neo smartpen SDK

PenCommV2 Class

Provides fuctions that can handle F50, F120 Smartpen
Inheritance Hierarchy
SystemObject  PenComm
    Neosmartpen.Net.Protocol.v2PenCommV2

Namespace:  Neosmartpen.Net.Protocol.v2
Assembly:  Neosmartpen.Net.Protocol.v2 (in Neosmartpen.Net.Protocol.v2.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public class PenCommV2 : PenComm

The PenCommV2 type exposes the following members.

Constructors
  NameDescription
Public methodPenCommV2
Initializes a new instance of the PenCommV2 class
Top
Properties
  NameDescription
Public propertyDeviceClass
Returns the Class of Device of the remote device.
(Overrides PenComm.DeviceClass.)
Public propertyDeviceName
Gets a name of a device.
Public propertyDeviceType
Public propertyFirmwareVersion
Gets a version of a firmware.
Public propertyHoverMode
Public propertyMacAddress
Gets the device identifier.
Public propertyMaxForce
Gets the maximum level of force sensor.
Public propertyName
Gets or sets a name of PenComm object
(Overrides PenComm.Name.)
Public propertyProtocolVersion
Gets a version of a protocol.
Public propertySubName
Public propertyVersion
Gets a version of PenComm object
(Overrides PenComm.Version.)
Top
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
Fields
See Also