Iscp::getconfig; Iscp::setconfig - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Scanner Support

ISCP::GetConfig

This retrieves configurations using the ISCP commands format.
Syntax:
Parameters:

ISCP::SetConfig

This updates configurations using the ISCP commands format.
Syntax:
Parameters:
6-62
700 Series Color Mobile Computer User's Manual
HRESULT ISCPGetConfig( BYTE rgbCommandBuff[],
DWORD dwCommandBuffSize, BYTE rgbReplyBuff[],
DWORD dwReplyBuffMaxSize, DWORD *pdwReplyBuffSize );
rgbCommandBuff
dwCommandBuffSize [in]
rgbReplyBuff
dwReplyBuffMaxSize
pdwReplyBuffSize
HRESULT ISCPSetConfig( BYTE rgbCommandBuff[],
DWORD dwCommandBuffSize, BYTE rgbReplyBuff[],
DWORD dwReplyBuffMaxSize, DWORD *pdwReplyBuffSize );
rgbCommandBuff
dwCommandBuffSize [in]
rgbReplyBuff
dwReplyBuffMaxSize
pdwReplyBuffSize
[in, size_is]
Contains ISCP commands in
array of bytes.
Number of bytes in
rgbCommandBuff.
[in, out, size_is]
Results of query in array of
bytes.
[in]
Maximum size of rgdReplyBuff.
[in, out]
Number of bytes placed in
rbfReplyBuff.
[in, size_is]
Contains ISCP commands in
array of bytes.
Number of bytes in
rgbCommandBuff.
[in, out, size_is]
Results of request in array of
bytes.
[in]
Maximum size of rgbReplyBuff.
[in, out]
Number of bytes placed in
rgbReplyBuff.
SECTION 6

Advertisement

Table of Contents
loading

Table of Contents