Remoteware API Manual

Total Page:16

File Type:pdf, Size:1020Kb

Remoteware API Manual RemoteWare API Manual Version 4.1 Service Pack 1A RemoteWare API Manual Version 4.1 Service Pack 1A This document was prepared to assist licensed users of RemoteWare by XcelleNet, Inc.; its contents may not be used for any other purpose without prior written permission. The material contained herein is supplied without representation or warranty of any kind and is based on typical use. Any unusual use may produce unpredictable results. XCELLENET ASSUMES NO RESPONSIBILITY AND SHALL HAVE NO LIABILITY OF ANY KIND ARISING FROM THE SUPPLY OR USE OF THIS DOCUMENT OR THE MATERIAL CONTAINED HEREIN. Companies, names, information, and data used in examples herein are fictitious unless otherwise noted. The information in this document is furnished for informational use only and is subject to change without notice. References in this manual to XcelleNet products, programs, or services do not imply that XcelleNet intends to make these available in all countries in which XcelleNet operates. Restricted Rights: Use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR 52.227-19. © 1997- 2003 XcelleNet, Inc. All Rights Reserved. All rights reserved, including the right to reproduce this document or any portion thereof in any form. Printed in the United States of America. RemoteWare is a trademark of XcelleNet, Inc. Other product and company names mentioned herein may be the brand names, trade names, trademarks or registered trade- marks of their respective orders. Contents USING THIS GUIDE About this guide ............................................................................................................... vii Working with an electronic guide.................................................................................... vii Using bookmarks and links......................................................................................... viii Using the Find feature ................................................................................................. ix Printing this guide.......................................................................................................... x Using RemoteWare online Help ...................................................................................... xi RemoteWare Support Services........................................................................................ xii What’s in this guide ......................................................................................................... xiii Related publications........................................................................................................ xiv Additional information sources .................................................................................. xvi CHAPTER 1: INSTALLING API FILES Supported environments ................................................................................................. 18 Supported compilers........................................................................................................ 19 Installing the API files from the CD-ROM .................................................................... 20 Copying API files ......................................................................................................... 20 Testing your API programs.............................................................................................. 21 Using the APIs with Visual Basic..................................................................................... 21 CHAPTER 2: USING THE API FUNCTIONS Error handling.................................................................................................................. 24 Types of errors ............................................................................................................. 24 Interpreting data types..................................................................................................... 26 CHAPTER 3: SERVER API FUNCTIONS General notes ................................................................................................................... 28 New functions .................................................................................................................. 28 Building Server applications............................................................................................ 29 Error codes....................................................................................................................... 30 Server Alarm API functions............................................................................................. 31 Server worklist API functions .......................................................................................... 35 Server Notify API functions............................................................................................. 51 iv RemoteWare API Manual Server database API functions......................................................................................... 56 Server Object API functions............................................................................................ 76 Server Schedule API function ....................................................................................... 101 Server Information API function................................................................................... 104 Server Reset Security API function............................................................................... 107 CHAPTER 4: 16-BIT WINDOWS AND 32-BIT OS/2 CLIENT APIS General notes ................................................................................................................. 110 Compiling and linking applications for Windows ......................................................... 110 Compiling and linking applications for OS/2 ................................................................ 111 Error codes..................................................................................................................... 112 Client Configuration and Status API functions ............................................................ 112 Transaction Pipe API functions ..................................................................................... 132 Transaction Pipe Notification Types ......................................................................... 133 Transaction Pipe Error Codes................................................................................... 133 Client Worklist API functions........................................................................................ 141 Client Dialing Directory API functions ........................................................................ 153 Client Object API functions .......................................................................................... 154 CHAPTER 5: DOS CLIENT APIS General notes ................................................................................................................. 164 Compiling and linking applications ............................................................................... 164 Error codes..................................................................................................................... 165 DOS Client Configuration and Status API functions.................................................. 165 CHAPTER 6: WORKLIST EVENTS Using worklists ............................................................................................................... 176 Client vs. Server worklist APIs.................................................................................. 176 Communicating between worklists and programs ................................................... 176 Worklist default files and paths...................................................................................... 179 File transfer events......................................................................................................... 180 Operating system events ................................................................................................ 189 Session control events .................................................................................................... 212 Server events .................................................................................................................. 229 CHAPTER 7: WIN32 COM OBJECT CLIENT APIS Contents v Overview of Win32 COM OBJECT Client APIs.......................................................... 237 Interface Definition Language (IDL)........................................................................... 237 Error handling................................................................................................................ 238 Win32 Client API structure........................................................................................... 240 RWClient Object ....................................................................................................... 240 EnumRWClientInfo Object...................................................................................... 240 XWorkList Object ...................................................................................................... 240 RWClientInfo Object ................................................................................................ 240 RWClientDialingEntry Object.................................................................................. 241 IRWClientDialingEntryCollection Object ..............................................................
Recommended publications
  • Operating System
    OPERATING SYSTEM INDEX LESSON 1: INTRODUCTION TO OPERATING SYSTEM LESSON 2: FILE SYSTEM – I LESSON 3: FILE SYSTEM – II LESSON 4: CPU SCHEDULING LESSON 5: MEMORY MANAGEMENT – I LESSON 6: MEMORY MANAGEMENT – II LESSON 7: DISK SCHEDULING LESSON 8: PROCESS MANAGEMENT LESSON 9: DEADLOCKS LESSON 10: CASE STUDY OF UNIX LESSON 11: CASE STUDY OF MS-DOS LESSON 12: CASE STUDY OF MS-WINDOWS NT Lesson No. 1 Intro. to Operating System 1 Lesson Number: 1 Writer: Dr. Rakesh Kumar Introduction to Operating System Vetter: Prof. Dharminder Kr. 1.0 OBJECTIVE The objective of this lesson is to make the students familiar with the basics of operating system. After studying this lesson they will be familiar with: 1. What is an operating system? 2. Important functions performed by an operating system. 3. Different types of operating systems. 1. 1 INTRODUCTION Operating system (OS) is a program or set of programs, which acts as an interface between a user of the computer & the computer hardware. The main purpose of an OS is to provide an environment in which we can execute programs. The main goals of the OS are (i) To make the computer system convenient to use, (ii) To make the use of computer hardware in efficient way. Operating System is system software, which may be viewed as collection of software consisting of procedures for operating the computer & providing an environment for execution of programs. It’s an interface between user & computer. So an OS makes everything in the computer to work together smoothly & efficiently. Figure 1: The relationship between application & system software Lesson No.
    [Show full text]
  • 2015 Test Questions
    VERSION 00000001 COMPSCI340/SOFTENG370 THE UNIVERSITY OF AUCKLAND SECOND SEMESTER, 2015 Campus: City COMPUTER SCIENCE / SOFTWARE ENGINEERING Operating Systems TEST (Time Allowed: 45 minutes) NOTE: Calculators are NOT permitted. Compare the test version number on the Teleform sheet supplied with the version number above. If they do not match, ask the test supervisor for a new sheet. Enter your name and student ID (in pencil) on the Teleform sheet. Your name and Student Id should both be entered left aligned. If your name is longer than the number of boxes provided, truncate it. Answer all questions on the Teleform answer sheet provided. Use a dark pencil to shade in your answers in the multiple choice answer boxes on the Teleform sheet. Check that the question number on the sheet corresponds to the question number in this question book. If you spoil your sheet, ask the supervisor for a replacement. Questions are worth marks as indicated. There are 26 questions worth 30 marks in total. CONTINUED VERSION 00000001 - 2 - COMPSCI340/SOFTENG370 THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK. CONTINUED VERSION 00000001 - 3 - COMPSCI340/SOFTENG370 MULTIPLE CHOICE QUESTIONS For each question, choose the best answer according to the information presented in lectures and in the textbook. Select your preferred answer on the Teleform answer sheet by shading in the appropriate box in pencil. There are 26 questions worth 30 marks in total. Question 1 [1 mark] Which of the following was NOT a theme/model for discussing operating systems in lectures? (a) The bare machine model (b) The resource allocator model (c) The manager model (d) The dustbin model (e) The onion model Question 2 [1 mark] Which of the following statements about environmental subsystems is FALSE? (a) The MS-DOS API could be provided as an environmental subsystem.
    [Show full text]
  • Intellio C320turbo User's Manual
    Intellio C320Turbo User's Manual An Advanced Professional Intelligent Multiport System for ISA bus with Desktop and Rackmount Options Jun. 1999 (3rd Edition) The content of this manual is also available in CD-ROM and at Moxa Web Site. Moxa Technologies Co., Ltd. Tel: +866-2-8665-6373 Fax: +886-2-8665-6372 www.moxa.com [email protected] Intellio C320Turbo User's Manual The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms of the agreements. Copyright Notice Copyright ã 1999 Moxa Technologies Co., Ltd. All rights reserved. Reproduction in any form without permission is prohibited. Trademarks MOXA is a registered trademark of Moxa Technologies Co., Ltd. All other trademarks or registered marks in this manual belong to their respective manufacturers. Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document “as is”, without warranty of any kind, either expressed or implied, including, but not limited to, the particular purpose. Moxa may make improvements and/or changes in this manual or in the product(s) and/or the program(s) described in this manual at any time. Information provided in this manual is intended to be accurate and reliable. However, Moxa Technologies assumes no responsibility for its use, or for any infringements of rights of the fourth parties which may result from its use. This product could include technical or typographical errors. Changes are periodically made to the information herein; these changes may be incorporated in new editions of the publication.
    [Show full text]
  • Superport System
    C360 SuperPort System A Super Professional Intelligent Multiport Board for IBM PC/AT and Compatible System Dec. 1996 (1st Edition) All Rights Reserved Copyright Notice This documentation is copyrighted by Moxa Technologies Co., Ltd. All rights are reserved. Moxa Technologies reserves the right to make improvements to the products described in this manual at any time without notice. Information provided in this manual is intended to be accurate and reliable. However, Moxa Technologies assumes no responsibility for its use, nor for any infringements of rights of the fourth parties which may result from its use. MOXA is a registered trademark of Moxa Technologies Co. Ltd. The other trademarks in this manual belong to their manufacturers individually. Moxa Technologies Co., Ltd. Moxa Tech USA (CA) Tel: +866-2-8665-6373 Tel: (408)734-2224 Fax: +886-2-8665-6372 Fax: (408)734-4442 www.moxa.com.tw support @moxa.com.tw Moxa Internet Services Customer’s satisfaction is always our number one concern. To ensure customers get the full benefit of our services, Moxa Internet Services (MIS) have been built for technical support, product inquiry, new driver upgrade, etc. The followings are the services we provide. E-mail for technical support address: [email protected] Ftp site for free driver upgrade address: ftp.moxa.com or ftp.moxa.com.tw user ID: ftp password: your_email_address World Wide Web (WWW) for product info. address: www.moxa.com or www.moxa.com.tw Table of Contents . Chapter 1 Introduction 13 ~ 16 1.1 Overview 1 1.2 Features and Specifications 2 1.3 Check list 4 .
    [Show full text]
  • IBM Operating System/2 Technical Reference
    First Edition (September 1987) The following paragraph does not apply to the United Kingdom or any country where such provisions are Inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you. This publication could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time. It is possible that this publication may contain reference to, or infor­ mation about, IBM products (machines and programs), programming, or services that are not announced in your country. Such references or information must not be construed to mean that IBM intends to announce such IBM products, programming, or services in your country. Requests for copies of this publication and for technical information about IBM products should be made to your IBM Authorized Dealer or your IBM Marketing Representative. Operating System/2 and OS/2 are trademarks of the International Business Machines Corporation. ©Copyright International Business Machines Corporation 1986, 1987 All rights reserved. No part of this publication may be reproduced or distributed in any form or by any means without prior permission in writing from the International Business Machines Corporation.
    [Show full text]
  • A Survey on Virtualization Technologies
    A Survey on Virtualization Technologies Susanta Nanda Tzi-cker Chiueh {susanta,chiueh}@cs.sunysb.edu Department of Computer Science SUNY at Stony Brook Stony Brook, NY 11794-4400 Abstract Virtualization is a technology that combines or divides computing resources to present one or many operating environments using methodologies like hardware and software partitioning or aggregation, partial or complete machine simulation, emulation, time-sharing, and others. Vir- tualization technologies find important applications over a wide range of areas such as server consolidation, secure computing platforms, supporting multiple operating systems, kernel de- bugging and development, system migration, etc, resulting in widespread usage. Most of them present similar operating environments to the end user; however, they tend to vary widely in their levels of abstraction they operate at and the underlying architecture. This paper surveys a wide range of virtualization technologies, analyzes their architecture and implementation, and proposes a taxonomy to categorize them on the basis of their abstraction levels. The pa- per identifies the following abstraction levels: instruction set level, hardware abstraction layer (HAL) level, operating system level, library level and application level virtual machines. It studies examples from each of the categories and provides relative comparisons. It also gives a broader perpective of the virtualization technologies and gives an insight that can be extended to accommodate future virtualization technologies under this taxonomy. The paper proposes the concept of an extremely lightweight technology, which we call as Featherweight Virtual Machine (FVM), that can be used to ”try out” untrusted programs in a realistic environment without causing any permanent damage to the system.
    [Show full text]
  • Rocketport/ISA API (6508) for the MS-DOS Operating System
    First Edition, December 1993 Revised April 1994 Copyright © 1993, 1994, 1995, 1996. Comtrol Corporation. All Rights Reserved. Comtrol Corporation makes no representations or warranties with regard to the contents of this guide or to the suitability of the Comtrol RocketPort controllers for any particular purpose. Trademarks The Comtrol logo is a registered trademark of Control Systems, Inc. Comtrol is a trademark of Comtrol Corporation. The RocketPort series is a registered trademark of Comtrol Corporation. Borland is a registered trademark of Borland International, Inc. Microsoft and MS-DOS are registered trademarks of Microsoft Corporation. Product names mentioned herein may be trademarks and/or registered RocketPort/ISA trademarks of their respective companies. API (6508) for the MS-DOS Operating System Document Number: 6508D1.ELE 1 Before You Begin Scope Organization This guide describes the following information about the DOS application Section 1. Installing RocketPort Systems program interface (API) for RocketPort controllers: Provides you with the following information: • Installing the software and hardware • Product introduction • Running the sample application • Software and hardware installation overview • Developing applications • Installing the software and hardware Note: If you want to install the Interrupt 14 device driver, see the Reference • Configuring controllers Card. • Running the sample application Section 2. Developing Applications Purpose Provides you with information about how to develop applications using the API. Section 3. Troubleshooting and Technical Support This guide explains installing and using the API functions. Provides you with troubleshooting and technical support information for your RocketPort series controller. Audience Appendix A. API Functions Contains the API asynchronous functions available for writing the application. Appendix B.
    [Show full text]
  • API Software for 1746 I/O PCI Interface and 1747-OC Open Controller
    API Software for 1746 I/O PCI Interface and 1747-OC Open Controller 1747-OCF, -PCIS User Manual Important User Information Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment must satisfy themselves that all necessary steps have been taken to assure that each application and use meets all performance and safety requirements, including any applicable laws, regulations, codes and standards. The illustrations, charts, sample programs and layout examples shown in this guide are intended solely for purposes of example. Since there are many variables and requirements associated with any particular installation, Allen-Bradley does not assume responsibility or liability (to include intellectual property liability) for actual use based upon the examples shown in this publication. Allen-Bradley publication SGI-1.1, Safety Guidelines for the Application, Installation and Maintenance of Solid-State Control (available from your local Allen-Bradley office), describes some important differences between solid-state equipment and electromechanical devices that should be taken into consideration when applying products such as those described in this publication. Reproduction of the contents of this copyrighted publication, in whole or part, without written permission of Rockwell Automation, is prohibited. Throughout this manual we use notes to make you aware of safety considerations: Identifies information about practices or ATTENTION circumstances that can lead to personal injury or ! death, property damage or economic loss Attention statements help you to: • identify a hazard • avoid a hazard • recognize the consequences IMPORTANT Identifies information that is critical for successful application and understanding of the product.
    [Show full text]
  • Memory Management Algorithms and Implementation in C/C++
    Everything about Internet Technology! Chose your section ● Auctions ● Network Marketing ● Business ● Online Promotion ● Computers ● Search Engines ● Domain Names ● Site Promotion ● Downloads ● Software ● eBay ● Technology ● Ebooks ● Video Conferencing ● Ecommerce ● VOIP ● Email Marketing ● Web Design ● Internet Marketing ● Web Development ● HTML ● Web Hosting ● JavaScript ● WIFI ● MP3 Memory Management Algorithms and Implementation in C/C++ by Bill Blunden Wordware Publishing, Inc. Library of Congress Cataloging-in-Publication Data Blunden, Bill, 1969- Memory management: algorithms and implementation in C/C++ / by Bill Blunden. p. cm. Includes bibliographical references and index. ISBN 1-55622-347-1 1. Memory management (Computer science) 2. Computer algorithms. 3. C (Computer program language) 4. C++ (Computer program language) I. Title. QA76.9.M45 .B558 2002 005.4'35--dc21 2002012447 CIP © 2003, Wordware Publishing, Inc. All Rights Reserved 2320 Los Rios Boulevard Plano, Texas 75074 No part of this book may be reproduced in any form or by any means without permission in writing from Wordware Publishing, Inc. Printed in the United States of America ISBN 1-55622-347-1 10987654321 0208 Product names mentioned are used for identification purposes only and may be trademarks of their respective companies. All inquiries for volume purchases of this book should be addressed to Wordware Publishing, Inc., at the above address. Telephone inquiries may be made by calling: (972) 423-0090 This book is dedicated to Rob, Julie, and Theo. And also to David M. Lee “I came to learn physics, and I got Jimmy Stewart” iii Table of Contents Acknowledgments......................xi Introduction.........................xiii Chapter 1 Memory Management Mechanisms. 1 MechanismVersusPolicy..................1 MemoryHierarchy......................3 AddressLinesandBuses...................9 Intel Pentium Architecture .
    [Show full text]
  • C168P User's Manual (This Manual) ¡Ñ V Pcomm Lite Diskette 1
    C168P User’s Manual Universal 8-port Serial Board Eighth Edition, June 2008 www.moxa.com/product © 2008 Moxa Inc., all rights reserved. Reproduction without permission is prohibited. C168P User’s Manual The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms of that agreement. Copyright Notice Copyright © 2008 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Trademarks MOXA is a registered trademark of Moxa Inc. All other trademarks or registered marks in this manual belong to their respective manufacturers. Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document “as is,” without warranty of any kind, either expressed or implied, including, but not limited to, its particular purpose. Moxa reserves the right to make improvements and/or changes to this manual, or to the products and/or the programs described in this manual, at any time. Information provided in this manual is intended to be accurate and reliable. However, Moxa assumes no responsibility for its use, or for any infringements on the rights of third parties that may result from its use. This product might include unintentional technical or typographical errors. Changes are periodically made to the information herein to correct such errors, and these changes are incorporated into new editions of the publication. Technical Support Contact Information www.moxa.com/support Moxa Americas: Moxa China (Shanghai office): Toll-free: 1-888-669-2872 Toll-free: 800-820-5036 Tel: +1-714-528-6777 Tel: +86-21-5258-9955 Fax: +1-714-528-6778 Fax: +86-10-6872-3958 Moxa Europe: Moxa Asia-Pacific: Tel: +49-89-3 70 03 99-0 Tel: +886-2-8919-1230 Fax: +49-89-3 70 03 99-99 Fax: +886-2-8919-1231 About This Manual This manual is composed of six Chapters and one Appendix.
    [Show full text]
  • The Measured Performance of Personal Computer Operating Systems J
    A version of this paper will appear in The Proceedings of the 15th ACM Symposium on Operating System Principles. The Measured Performance of Personal Computer Operating Systems J. Bradley Chen, Yasuhiro Endo, Kee Chan, David Mazières Antonio Dias, Margo Seltzer, and Michael D. Smith Division of Applied Sciences Harvard University Abstract dows. The differences between the OS platforms used in research and mainstream OS products makes some systems research irrele- This paper presents a comparative study of the performance of vant with respect to the current needs of the software industry. At three operating systems that run on the personal computer archi- the same time, researchers ignore important problems in non- tecture derived from the IBM-PC. The operating systems, Win- UNIX systems. dows for Workgroups, Windows NT, and NetBSD (a freely The operating system most commonly used on PC platforms available variant of the UNIX operating system), cover a broad is Microsoft Windows. Windows lacks many features that the OS range of system functionality and user requirements, from a single research community takes for granted, most notably preemptive address space model to full protection with preemptive multi-task- multitasking and protected address spaces. New operating systems ing. Our measurements were enabled by hardware counters in for the PC market such as Windows NT and OS/2 incorporate the Intel’s Pentium processor that permit measurement of a broad multitasking support found in modern UNIX operating systems, range of processor events including instruction counts and on-chip while also supporting Windows applications. Though the operat- cache miss counts. We used both microbenchmarks, which expose ing systems community is familiar with the benefits of features specific differences between the systems, and application work- such as separate protected address spaces, little attention has been loads, which provide an indication of expected end-to-end perfor- given to systems without them.
    [Show full text]
  • Industio CI-132 Series User's Manual
    Industio CI-132 Series User’s Manual Industrial 2 Port RS-422/RS-485 Serial Board Feb. 1999 (1st Edition) The content of this manual is also available at Moxa Web Site. Moxa Technologies Co., Ltd. Tel: +866-2-8665-6373 Fax: +886-2-8665-6372 www.moxa.com [email protected] Industio CI-132 Series User’s Manual The product described in this manual is furnished under a license agreement and may be used only in accordance with the terms of the agreements. Copyright Notice Copyright ã 1999 Moxa Technologies Co., Ltd. All rights reserved. Reproduction in any form without permission is prohibited. Trademarks MOXA is a registered trademark of Moxa Technologies Co., Ltd. All other trademarks or registered marks in this manual belong to their respective manufacturers. Disclaimer Information in this document is subject to change without notice and does not represent a commitment on the part of Moxa. Moxa provides this document “as is”, without warranty of any kind, either expressed or implied, including, but not limited to, the particular purpose. Moxa may make improvements and/or changes in this manual or in the product(s) and/or the program(s) described in this manual at any time. Information provided in this manual is intended to be accurate and reliable. However, Moxa Technologies assumes no responsibility for its use, or for any infringements of rights of the fourth parties which may result from its use. This product could include technical or typographical errors. Changes are periodically made to the information herein; these changes may be incorporated in new editions of the publication.
    [Show full text]