External Agent Interface Specification


Document formatted by vherva at Fri Apr 24 11:23:39 1998 on the host schemestation. This document is produced by the SchemeStation project during the Tik-76.115 course.

  1. Introduction
  2. The Nature of the Communication
  3. The hand-shake
  4. Packet format
  5. The ssextagent library
  6. The functions of module ssextagent-library
    1. File ssextagent-internal.h
    2. File ssextagent.h
      1. ExtagStatus ssexact_blockingread (IN SsexConn* conn, OUT char** data, OUT int* len)
      2. void ssexact_close (IN SsexConn* conn)
      3. int ssexact_fd (IN SsexConn* conn)
      4. ExtagStatus ssexact_initialize (IN char *hostname, IN unsigned long ipaddr, IN unsigned short tcpport, OUT SsexConn** conn)
      5. ExtagStatus ssexact_read (IN SsexConn* conn, OUT char** data, OUT int* len)
      6. ExtagStatus ssexact_send (IN SsexConn* conn, IN int size, IN char* data)
      7. int ssextact_fd (IN SsexConn* conn)

© SchemeStation project 1997-1998 [Back to the document index]