User's Manual

3.1 Introductions
SDK Overview
The SDK is divided into three parts
BIN
DLL
Sample code
DLL provides logic to communicate with the Logger module, most of the developers do not need
to know the details, only need to corresponding process after the interest event trigger or
Read/Write logger sensor.
System Requirement
OS
Windows 7/8/10
Software
Visual Studio 2015
.NET Framework 4.0+
Language
C# only
SDK Package Structure
You can get the following contents by extracting the SDK package:
Directory
Description
bin
DLL & Demo Program
doc
Document and Release Note
include
RFID Driver
sample
The SDK sample source codes
Using Cold Chain Library
Start Cold Chain
First Step user need to add a reference in Visual C#
1. In Solution Explorer, right-click the project node and click Add Reference.
2. In the Add Reference dialog box, select the tab indicating the type of component you want to
reference.
3. Select the coldchain_lib.dll, and then click OK.
4. Add Namespaces to your code