Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
KeyNubLicDongle
Guides
KeyNub License Dongle
Symbols
LicDongleAppDecrypt
LicDongleAppEncrypt
LicDongleAuthorizeWrite
LicDongleClose
LicDongleDevices
LicDongleEraseAllRecords
LicDongleEraseRecord
LicDongleGenuineQ
LicDongleIncrementCounter
LicDongleInfo
LicDongleLastErrorDetail
LicDongleLibraryPath
LicDongleLibraryVersion
LicDongleOpen
LicDongleOpenPath
LicDongleReadCounter
LicDongleReadRecord
LicDongleRecords
LicDongleRotateWriteKey
LicDongleSerial
LicDongleSessionClose
LicDongleSessionOpen
LicDongleSetTrustRoot
LicDongleStatusText
LicDongleVerifyGenuine
LicDongleWriteRecord
KeyNub`KeyNubLicDongle`
L
i
c
D
o
n
g
l
e
O
p
e
n
L
i
c
D
o
n
g
l
e
O
p
e
n
[
]
o
p
e
n
s
t
h
e
f
i
r
s
t
d
o
n
g
l
e
a
n
d
g
i
v
e
s
a
h
a
n
d
l
e
.
L
i
c
D
o
n
g
l
e
O
p
e
n
[
s
e
r
i
a
l
]
o
p
e
n
s
t
h
e
d
o
n
g
l
e
w
i
t
h
t
h
a
t
s
e
r
i
a
l
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
▪
A handle is a positive integer; every other function takes it as its first argument.
▪
The library holds up to 32 open handles; release a dongle with LicDongleClose.
▪
serial is the hex string LicDongleDevices and LicDongleSerial give.
▪
On failure the result is Failure["LicDongleError", ...] with "Status" (the C status code), "Operation" and "Detail".
Examples
(
1
)
Basic Examples
(
1
)
Open the first dongle:
I
n
[
1
]
:
=
h
=
L
i
c
D
o
n
g
l
e
O
p
e
n
[
]
Open a dongle by serial:
I
n
[
2
]
:
=
h
=
L
i
c
D
o
n
g
l
e
O
p
e
n
[
"
0
4
A
1
B
2
C
3
D
4
E
5
F
6
"
]
S
e
e
A
l
s
o
L
i
c
D
o
n
g
l
e
O
p
e
n
P
a
t
h
▪
L
i
c
D
o
n
g
l
e
C
l
o
s
e
▪
L
i
c
D
o
n
g
l
e
D
e
v
i
c
e
s
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
K
e
y
N
u
b
L
i
c
e
n
s
e
D
o
n
g
l
e
R
e
l
a
t
e
d
L
i
n
k
s
▪
K
e
y
N
u
b
L
i
c
e
n
s
e
D
o
n
g
l
e
f
o
r
t
h
e
W
o
l
f
r
a
m
L
a
n
g
u
a
g
e
▪
K
e
y
N
u
b
S
D
K
o
n
G
i
t
H
u
b
"
"