User Manual
Table Of Contents
- TABLE OF CONTENTS
- Section 1. Features and Specifications
- Section 2. mETHODS
- CLOSEDEVICE Method
- DEVICECONNECT Method
- DEVICEDISCONNECT Method
- GETDEVICE Method
- GETDEVICEWEB Method
- GETIMAGE Method
- GETIMAGEASBASE64FORMAT Method
- GETIMAGEASBASE64FORMATWEB Method
- GETIMAGEWEB Method
- GETINDEXVALUE Method
- GETINDEXVALUEWEB Method
- GETVALUE Method
- GETVALUEWEB Method
- LOGENABLE Method
- OPENDEVICE Method
- PROCESSCHECK Method
- PROCESSCHECKWEB Method
- QUERYINFO Method
- QUERYINFOWEB Method
- SAVEIMAGEBYINDEX Method
- SAVEIMAGEBYINDEXWEB Method
- SAVEIMAGEBYURL Method
- SAVEIMAGEBYURLWEB Method
- SENDCOMMAND Method
- SENDCOMMANDWEB Method
- SETINDEXVALUE Method
- SETINDEXVALUEWEB Method
- SETLOGFILEHANDLE Method
- SETLOGLEVEL Method
- SETVALUE Method
- SETVALUEWEB Method

Encrypting SPI IntelliHead
16
SETINDEXVALUEWEB METHOD
Adds a key/value pair to the given device settings with an index number.
Syntax
Result =MTEXCELLAAPI1. SetIndexValueWeb (ByVal lpszSection As String, ByVal lpszKey
As String, ByVal lpiIndex As Long, ByVal lpszValue As String, ByRef lplBufferSize As Variant,
ByRef lpszOptions As Variant) as Long
Part
Description
lpszSection
A string containing the section name.
lpszKey
A string containing the key name.
lpiIndex
The key index number.
lpszValue
A string containing the key value.
lplBufferSize
The size of the value buffer.
lpszOptions
A variant that specifies all the key/value pairs.
Remarks
SetIndexValueWeb functions identically to SetIndexValue. SetIndexValueWeb is intended to
be used for webpage applications.
Data Type
Long
SETLOGFILEHANDLE METHOD
Specifies a handle for a log file.
Syntax
Result =MTEXCELLAAPI1. SetLogFileHandle (ByVal lpHandle As Long)
Part
Description
lpHandle
This is a handle to a file. All the API functions will log errors and information to this log file.