Class Library Documentation for Neo smartpen SDK
PenCommV2ReqSetupUsbMode Method |
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
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 bool ReqSetupUsbMode( UsbMode mode )
Parameters
- mode
- Type: UsbMode
enum of UsbMode
Return Value
Type: Booleantrue if the request is accepted; otherwise, false.
