Sujet : Re: BridgeWorks -> TIG
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.vmsDate : 04. Aug 2024, 02:25:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8mlah$3n2rq$6@dont-email.me>
References : 1
User-Agent : Pan/0.159 (Vovchansk; )
On Thu, 1 Aug 2024 08:20:28 -0400, Arne Vajhøj wrote:
...
<method>
<name>add</name> <args>
<arg>
<name>a</name> <type>LongWord</type>
<pass>Reference</pass> <use>In</use>
</arg>
<arg>
<name>b</name> <type>LongWord</type>
<pass>Reference</pass> <use>In</use>
</arg>
<arg>
<name>res</name> <type>LongWord</type>
<pass>Reference</pass> <use>Out</use>
</arg>
</args>
</method>
...
This looks so much like the D-Bus introspection format
<
https://www.freedesktop.org/wiki/Software/dbus/>,
<
https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format>
See also Varlink <
https://varlink.org/>, which uses a JSON-based
channel data format.