This document describes the examples provided for Natural. All examples here can be found in the EntireX examples/RPC directory under UNIX and Windows.
Name | Type | Description | Notes |
---|---|---|---|
CALCCLT.NSP | Natural Program | A client application calling the remote procedure (RPC service) CALC, with associated example.idl. | 1, 2 |
SQRECLT.NSP | Natural Program | A client application calling the remote procedure (RPC service) SQUARE, with associated example.idl. | 1, 2 |
Notes:
For more information see the readme file in EntireX directory examples/RPC/NaturalClient under UNIX or Windows.
Name | Type | Description | Notes |
---|---|---|---|
CALC.NSN | Natural Subprogram (CALLNAT) | A server application providing the remote procedure CALC (RPC service), with associated example.idl. | 1 |
SQUARE.NSN | Natural Subprogram (CALLNAT) | A server application providing the remote procedure SQUARE (RPC service), with associated example.idl. | 1 |
Notes:
For more information, see the readme file in EntireX directory examples/RPC/NaturalServer under UNIX or Windows.