RPC Broker Help: Difference between revisions
From VistApedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<H1>RPC Broker V 1.1 Developer's Guide</H1> | <H1>RPC Broker V 1.1 Developer's Guide</H1> | ||
< | <h3>[[RPC_HELP_Overview_List|Overview]]</h3> | ||
< | <h3>RPC Broker Components, Class, and Units</h3> | ||
* [[RPC_HELP_Classes_List|Classes]] | * [[RPC_HELP_Classes_List|Classes]] | ||
* [[RPC_HELP_Components_List|Components]] | * [[RPC_HELP_Components_List|Components]] | ||
* [[RPC_HELP_Units_List|Units]] | * [[RPC_HELP_Units_List|Units]] | ||
<h3>[[RPC_HELP_Remote_Procedure_Calls_List|Remote Procedure Calls]]</h3> | |||
<h3>[[RPC_HELP_Other_RPC_Broker_APIs_list|Other RPC Broker APIs]]</h3> | |||
<h3>[[RPC_HELP_Debugging_and_Troubleshooting_List|Debugging and Troubleshooting]]</h3> | |||
<h3>Developer Utilities</h3> | |||
* RPC Broker Programmer Preferences | * RPC Broker Programmer Preferences | ||
< | <h3>[[RPC_HELP_Other_DLL_Interface_List|DLL Interface]]</h3> | ||
<h3>Tutorial</h3> | |||
* [[RPC_HELP_Tutorial_Introduction|Introduction]] | * [[RPC_HELP_Tutorial_Introduction|Introduction]] | ||
* [[RPC_HELP_Tutorial_Advanced_Preparation|Advanced Preparation]] | * [[RPC_HELP_Tutorial_Advanced_Preparation|Advanced Preparation]] | ||
Line 30: | Line 31: | ||
* [[RPC_HELP_Tutorial_See_Also|See Also: FileMan Delphi Components (FMDC)]] | * [[RPC_HELP_Tutorial_See_Also|See Also: FileMan Delphi Components (FMDC)]] | ||
* [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]] | * [[RPC_HELP_Tutorial_Tutorial_Source_Code|Tutorial Source Code]] | ||
Revision as of 02:19, 6 July 2015
Editor's note: The RPC broker development kit (BDK) comes with a Broker.hlp file that contains valuable information. However it seems to be Win95 technology, and doesn't work with newer versions of Windows Help. I found a program that helped me get to the content.
RPC Broker V 1.1 Developer's Guide
Overview
RPC Broker Components, Class, and Units
Remote Procedure Calls
Other RPC Broker APIs
Debugging and Troubleshooting
Developer Utilities
- RPC Broker Programmer Preferences
DLL Interface
Tutorial
- Introduction
- Advanced Preparation
- Step 1: Create Application with an RPC Broker Component
- Step 2: Get Server/Port
- Step 3: Establish Broker Connection
- Step 4: RPC Routine to List Terminal Types
- Step 5: RPC To List Terminal Types
- Step 6: Call the ZxxxTT LIST RPC
- Step 7: Associate IENs
- Step 8: Routine to Retrieve Terminal Types
- Step 9: RPC To Retrieve Terminal Types
- Step 10: Call ZxxxRETRIEVE RPC
- Step 11: Register RPCs
- See Also: FileMan Delphi Components (FMDC)
- Tutorial Source Code