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
4
DEVICEDISCONNECT METHOD
Disconnects the device that has the given IP address or DNS name.
Syntax
Result =MTEXCELLAAPI1.DeviceDisconnect (ByVal lpszDevice As String) as Long
Part
Description
lpszDevice
A string that contains the IP address or DNS name of the device.
Data Type
Long
GETDEVICE METHOD
Returns the device name of the device present in the system.
Syntax
Result =MTEXCELLAAPI1.GetDevice (ByVal lplDeviceContext As Long, ByRef
lpszDeviceName As String) as Long
Part
Description
lplDeviceContext
This is the device number of the device. This must be set to 1 to get the first device in the
system. Increment it by 1 to get the next device name.
lpszDeviceName
A string that specifies the name of the device.
Data Type
Long
GETDEVICEWEB METHOD
Returns the device name of the device present in the system.
Syntax
Result =MTEXCELLAAPI1. GetDeviceWeb (ByVal lplDeviceContext As Long, ByRef
lpszDeviceName As Variant) as Long
Part
Description
lplDeviceContext
This is the device number of the device. This must be set to 1 to get the first device in the
system. Increment it by 1 to get the next device name.
lpszDeviceName
A string that specifies the name of the device.