Connected: An Internet Encyclopedia
RFC 1831 - 11.2 The RPC Language Specification
Top: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1831
Up: 11. THE RPC LANGUAGE
Prev: 11.1 An Example Service Described in the RPC Language
Next: 11.3 Syntax Notes

11.2 The RPC Language Specification

The RPC language is identical to the XDR language defined in RFC 1014, except for the added definition of a "program-def" described below.

   program-def:
      "program" identifier "{"
         version-def
         version-def *
      "}" "=" constant ";"

   version-def:
      "version" identifier "{"
          procedure-def
          procedure-def *
      "}" "=" constant ";"

   procedure-def:
      type-specifier identifier "(" type-specifier
        ("," type-specifier )* ")" "=" constant ";"


Next: 11.3 Syntax Notes

Connected: An Internet Encyclopedia
RFC 1831 - 11.2 The RPC Language Specification