/* * Automatically generated by jrpcgen 1.0.7 on 4/18/2014 * jrpcgen is part of the "Remote Tea.Net" ONC/RPC package for C# * See http://remotetea.sourceforge.net for details */ namespace SPIAgent { /// /// A collection of constants used by the "spi_agent_oncrpc" ONC/RPC program. /// /// public class spi_agent_oncrpc { /// /// ONC-RPC program version /// public static readonly int SPI_AGENT_ONCRPC_VERS = 1; /// /// ONC-RPC remote procedure name /// public static readonly int spi_transaction_1 = 1; /// /// ONC-RPC program number /// public static readonly int SPI_AGENT_ONCRPC = 10000; } } // End of spi_agent_oncrpc.cs