ExpressCard 1000 Programming Reference
TERM DESCRIPTION
MTECSDK.dll.
Provides API to upper level application to talk to the device. The application does not have any
knowledge of how the device is connected to the computer. Thus it does not expose the transport protocol
to the application. We are using HTTP protocol with XML to communicate with the device. The
MTECSDK.dll
uses
wininet.dll
to talk to internet protocols. The
MTECSDK.dll.
provides functions to
convert the print request into XML format using
msxml4.dll
and then send it to the device using
wininet.dll
. It also provides functions to convert the response from the device (XML format) to key/value
pairs.
msxml4.dll
: Microsoft XML Parser
.
MTECSDK.dll.
uses
msxml4.dll
to convert the key/value pair to XML language.
MTECSDK.dll
also uses the
msxml4.dll
to convert the XML data back to key/ value pair.
wininet.dll
: MFC Win32 Internet Extension.
wininet.dll
, provide access to common Internet protocols,
including Gopher, FTP, and HTTP.
MTECSDK.dl
uses
wininet.dll
to establish an Internet connection
with ExpressCard 1000 device. It then communicates with ExpressCard 1000 using GET and POST
requests provide by
wininet.dll
.
4
Summary of Contents for EXPRESSCARD 1000
Page 6: ......