User`s guide
Library Dynamic Link Library
System
Library
SystemLibNet.dll
Scanner
Library
OBReadLibNet.dll
Bluetooth
Library
BluetoothLibNet.dll
Camera
Library
CameraLibNet.dll
Printer Library PrinterLibNet.dll
8.2
Using
CASIO
.NET
Libraries
from
C#
The
intention
of
this
chapter
is
just
to
check
that
the
development
environment
is
set
up
correctly.
See Chapter 3.5 for information on how to set up a connection between the DT-X7 and Visual
Studio.
The following wrapper class library files that allow C# applications to access the CASIO library
(“Common Device Control Class Library”) functions are provided.
Table
8.2
The
following
shows
how
to
create
and
start
up
a
simple
test
program
using
one
of
the
System
functions. The screen flips 180° when the button on the form is pressed.
1.
Create
a
new
C#
Smart
Device
Application
in
Visual
Studio
.NET.
2. In Solution Explorer, right click References and click Add Reference…
3. Click Browse and navigate to the folder where you have stored the CASIO .NET library files.
Highlight SystemLibNet.dll and click Open. Click OK button.
Figure
8.2
4.
At
the
top
of
your
source
file
add
the
following
code.
using
Calib;
54