Introduction

Main Page

JCamNet is the implementation of an API (Application Programming Interface) for the JoeScan line of Laserscanners. It can be used to write applications that make use of one or more scanners, and is the same interface that is used internally at JoeScan to build custom and diagnostic applications.

JCamNet is delivered as an assembly for the .NET framework. Even though it is implemented in C#, the functionality can be accessed through any language targeting the CLR 4.0 platform, such as VisualBasic for .NET. The provided examples are written in C# 4.0.

Online documentation

JoeScan provides a wide range of support documents on our Support Website (/support). Please refer to the documents there for

The developer documentation for the C/C++ library (JCamDll) may also be helpful. JCamNet and JCamDll contain roughly the same functionality, but have different calling conventions, and in some cases, different naming. Nonetheless, the examples and documentation can help to clarify concepts and techniques.

The most current version of this document can also always be found on the support page: www.joescan.com/jcamnet .

Examples