Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.07 KB

Rocket BlueZone API UDF

Table of Contents

About

This UDF is an AutoIt wrapper for 'Rocket Bluezone' 3270 terminal emulator.
It uses exposed COM objects to communicate to emulator on application level.
Note, that not all functionality might be mapped or updated in current published version.

Prerequisites

User must have 'Rocket Bluezone' application installed and COM objects exposed.

Installation

Simply copy RocketBZ_*.au3 files to your development directory and use #include to point to these files in the source code.

Documentation