The cl-android Reference Manual

This is the cl-android Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:43:19 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-android

SL4A lisp bridge

Maintainer

Joshua Kordani

Author

Sylvain Ageneau

License

BSD-style

Version

1.0

Dependencies
  • usocket (system).
  • cl-json (system).
Source

cl-android.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-android/cl-android.asd

Source

cl-android.asd.

Parent Component

cl-android (system).

ASDF Systems

cl-android.

Packages

cl-android-system.


3.1.2 cl-android/package.lisp

Source

cl-android.asd.

Parent Component

cl-android (system).

Packages

android.


3.1.3 cl-android/android.lisp

Dependency

package.lisp (file).

Source

cl-android.asd.

Parent Component

cl-android (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 cl-android-system

Source

cl-android.asd.

Use List
  • asdf/interface.
  • common-lisp.

4.2 android

Source

package.lisp.

Nickname

cl-android

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: execute (method &rest params)
Package

android.

Source

android.lisp.

Function: target-close ()
Package

android.

Source

android.lisp.

Function: target-connect ()
Package

android.

Source

android.lisp.

Function: target-device (ip port)
Package

android.

Source

android.lisp.

Function: test-dialog ()
Package

android.

Source

android.lisp.

Function: test-getinput ()
Package

android.

Source

android.lisp.

Function: test-toast ()
Package

android.

Source

android.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *host*
Package

android.

Source

android.lisp.

Special Variable: *index*
Package

android.

Source

android.lisp.

Special Variable: *port*
Package

android.

Source

android.lisp.

Special Variable: *socket*
Package

android.

Source

android.lisp.

Special Variable: *stream*
Package

android.

Source

android.lisp.


5.2.2 Ordinary functions

Function: my-getenv (name &optional default)
Package

android.

Source

android.lisp.


Appendix A Indexes


A.1 Concepts