Honeywell 5080 Frozen Dessert Maker User Manual


 
2 - 13
Parameter Description
item One of the members of the enumerated type ConfigItems_t. The valid values are:
BEEPER_CONFIG Writes the HHP_BEEPER structure settings specified
by the dwMask value to the imager.
TRIGGER_CONFIG Writes the HHP_TRIGGER structure settings specified
by the dwMask value to the imager.
DECODER_CONFIG Writes the HHP_DECODER_CONFIG structure
settings specified by the dwMask value to the imager.
POWER_CONFIG Writes the HHP_POWER_SETTINGS structure
settings specified by the dwMask value to the imager.
VERSION_INFO Returns the SDK, imager firmware, and imager boot
code versions.
SYMBOLOGY_CONFIG Writes the HHP_SYM_CONFIG individual structure
symbology settings specified by each structure's
dwMask value to the imager.
SERIAL_PORT_CONFIG Writes the HHP_SERIAL_PORT_CONFIG structure
settings specified by the dwMask value to the imager.
Connection to the imager is maintaned.
IMAGE_ACQUISITION Writes the HHP_IMAGE_ACQUISITION structure
settings specified by the dwMask value to the imager.
IMAGE_TRANSFER Writes the HHP_IMAGE_TRANSFER structure
settings specified by the dwMask value to the imager
(not progress notification methods).
SEQUENCE_CONFIG Returns the sequence mode enable/disable state and
the data sequence command string.
ALL_CONFIG Writes the members specified in each of the structures
of HHP_CONFIG. This includes all of the above except
SERIAL_PORT_CONFIG.
pStruct Pointer to the appropriate structure based on item:
HHP_BEEPER
HHP_TRIGGER
HHP_DECODER_CONFIG
HHP_POWER_SETTINGS
HHP_SYM_CONFIG
HHP_IMAGE_ACQUISITION
HHP_IMAGE_TRANSFER
HHP_SEQUENCE
HHP_CONFIG
hhpWriteConfigStream
Writes an entire data stream of programmable parameters to the device.
hhpWriteConfigStream(
PBYTE puchCfgStream,
int nLen
)
Parameter Description
puchCfgStream Buffer to hold the raw imager configuration stream.
nMaxLen Maximum number of bytes that fit in buffer puchCfgStream.