See the Readme for full compatibility information.

I want to...
How to include the ZSDK libraries in your Visual Studio 2008 project
  1. Right click on your project and select "Add Reference..."
  2. Click on the "Browse" tab
  3. Select the ZSDK_API.dll and ZebraBluetoothAdapter.dll files (the default path is "<install_path>\windows_mobile_ce\<version>\lib")

Tips for developing with this SDK...
  1. Bluetooth(R) discovery returns all devices found, not just Zebra printers
  2. If attempts to connect via Bluetooth(R) fail, manually connect to your printer, and use the Serial port communication instead. See the readme.html for more information
  3. To access files on a Windows Mobile(R) device, use a Windows file path to refer to the file. See FileUtil for an example
  4. Some Mobile printers (including the MZ series printers) will not communicate over Bluetooth(R) if the printer is in an error state
  5. Only Mobile printers are available with built-in magnetic card readers. See MagCardReader
  6. The ZebraLink Multiplatform SDK supports printing from Windows CE devices via a USB connection to ZPL-based Tabletop, Desktop and Kiosk printers

Namespaces

NamespaceDescription
ZSDK_API.ApiException
Contains exceptions used by the API.
ZSDK_API.Comm
Contains classes that provide connections to Zebra printers.
ZSDK_API.Comm.Internal.ZebraUSB
 
ZSDK_API.Discovery
Contains classes that are used for discovering Bluetooth(R) and network printers.
ZSDK_API.Printer
Contains classes that provide operations on Zebra printers.
ZSDK_API.Sgd
Contains classes that provide SET-GET-DO operations on Zebra printers.