Created
September 30, 2021 02:36
-
-
Save sproctor/553ce49911c534f4e716f351f5cead3b to your computer and use it in GitHub Desktop.
Set operation mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Allow our scanner to be discovered (when scanning the pairing barcode) | |
sdkHandler.dcssdkSetOperationalMode(DCSSDKDefs.DCSSDK_MODE.DCSSDK_OPMODE_BT_LE) | |
sdkHandler.dcssdkSetOperationalMode(DCSSDKDefs.DCSSDK_MODE.DCSSDK_OPMODE_USB_CDC) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment