Integrated File System Introduction

 

TI-RPC top-level APIs

The following APIs allow the application to specify the type of transport.

API Description
clnt_call() Call a remote procedure associated with the client
clnt_control() Change information about a client object
clnt_create() Create a generic client handle clnt_destroy() Destroy the client's RPC handle
clnt_destroy() Destroy the client's RPC handle
svc_create() Create a server handle
svc_destroy() Destroy an RPC service transport handle


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]