|
|
|
|
This section explains how information is organized and presented in this book.
This book is organized as follows:
Concepts, introduces the fundamental concepts of LUA. It is intended for programmers who are not familiar with LUA.
Designing and Writing LUA Applications, contains general information a programmer needs when writing LUA applications. This chapter also includes information about SNA concepts relevant to the design of LUA applications, and on compiling and linking an LUA application.
LUA Verbs, describes each LUA verb in detail. Each description includes the following: purpose, verb record format, supplied parameters and returned values, and details on how the verb interacts with other LUA verbs.
Sample LUA Application, describes the SNAP-IX sample LUA application that illustrates the use of LUA verbs. This chapter also includes instructions for compiling, linking, and running the sample application (including the SNAP-IX configuration steps necessary).
Typographic Conventions shows the typographic styles used in this document.
| Special Element | Sample of Typography |
| Emphasized words | back up files before deleting |
| Document title | SNAP-IX Administration Guide |
| File or path name | /usr/spool/uucp/myfile.bkp |
| Program or application | snaadmin |
| Command or Solaris utility | define_node; cd |
| General reference to all commands of a particular type | query_* (indicates all of the administration commands that query details of a resource) |
| Option or flag | |
| Parameter or Motif field | opcode; LU name |
| Literal value or selection that the user can enter (including default values) | 255; On node startup |
| Constant or signal | |
| Return value | AP_INVALID_FORMAT; 0; -1 |
| Variable representing a supplied value | filename; LU_name; user_ID |
| Environment variable | |
| Programming verb | GET_LU_STATUS |
| User input | 0p1 |
| Computer output | CLOSE |
| Function, call, or entry point | ioctl |
| Data structure | |
| 3270 key | ENTER |
| Keyboard keys | Ctrl+D; Enter |
| Hexadecimal value | 0x20 |
This symbol is used to indicate the start of a section of text that applies only to the Solaris operating system.
This symbol is used to indicate the start of a section of text that applies to the Win32 client(Windows client), which runs on the Microsoft NT (Version 3.51 or later) and Windows 95 operating systems.
The Windows client APIs are fully compatible with Microsoft SNA Server and Windows Open System Architecture (WOSA), enabling applications written for SNA Server to run unchanged on Windows clients.
This symbol indicates the end of a section of Solaris-specific or Windows-specific text. The information following this symbol applies regardless of the operating system.
|
|
|
|
|