Getting The Current Setting Of The Boot Flag; Setting A New Boot Flag; Getting The Current Setting Of The Vendor Name; Getting The Product Name - Intermec CK1 Programmer's Reference Manual

Intermec ck1: reference guide
Hide thumbs Also See for CK1:
Table of Contents

Advertisement

Purpose: Get the current setting of the boot flag. BootFlag is less than 16 bytes.
Syntax:
On-CK1 Return: -1
On-Host Return: Always return 0 if BootFlag equals manual
Purpose: Set a new boot flag. BootFlag must be less than 16 bytes.
Syntax:
On-CK1 Return: -1
On-Host Return: Always return 0
Purpose: Get the current setting of the vendor name. VendorName is less than 64
Syntax:
On-CK1 Return: -1
On-Host Return: Always return 0 if VendorName equals ESFIA
Purpose: Get the product name. ProductName is less than 16 bytes.
Syntax:
On-CK1 Return: -1
On-Host Return: ProductName CK1
CK1 SDK Programmer's Reference Manual

Getting the Current Setting of the Boot Flag

int ReadBootFlag(char *BootFlag)
The boot flag is passed to the caller by BootFlag.
Function failed
0
Function succeeded

Setting a New Boot Flag

int WriteBootFlag(char *BootFlag)
Function failed
0
Function succeeded

Getting the Current Setting of the Vendor Name

bytes.
int ReadVendorName(char *VendorName)
The vendor name is passed to the caller by VendorName.
Function failed
0
Function succeeded

Getting the Product Name

int ReadProductName(char *ProductName)
Function failed
0
Function succeeded
Chapter 2 — Configuring the CK1 System
105

Advertisement

Table of Contents
loading

Table of Contents