Honeywell 8680i User Manual page 30

Wearable mini mobile computer
Hide thumbs Also See for 8680i:
Table of Contents

Advertisement

Flash the firmware file to the scanners. The firmware file information is set by
SetFirmwareInfo
network transfer load, schedule 10 threads in a pool to transfer a firmware file to
scanners concurrently.
Parameters
N.A.
Return Value
N.A.
OnFileTransfering
Note: This API is only for C# version assembly.
This delegate function is invoked when sending a firmware file to the scanner.
Parameters
uint connID
The connection ID for the scanner.
int sentSize
The size already sent to the scanner.
int totalSize
The total size of the firmware file.
Return Value
N.A.
OnFileFlashed
Note: This API is only for C# version assembly.
This delegate function is invoked when the flash is complete or an exception
occurs.
Parameters
uint connID
22
and the scanners are added by AddFlashingClient. To reduce the
public delegate void OnFileTransfering(ulong connID, int
sentSize, int totalSize);
public delegate void OnFileFlashed(ulong connID, FlashResult
res);
8680i WiFi SDK User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents