.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ANON_TRANSPORT_CLASS_REGISTER" "9" "09 October 2005" "" ""
.SH NAME
anon_transport_class_register \- register an anonymous class
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int anon_transport_class_register (struct anon_transport_class * \fIatc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIatc\fB\fR
The anon transport class to register
.SH "DESCRIPTION"
.PP
The anonymous transport class contains both a transport class and a
container. The idea of an anonymous class is that it never
actually has any device attributes associated with it (and thus
saves on container storage). So it can only be used for triggering
events. Use prezero and then use \fBDECLARE_ANON_TRANSPORT_CLASS\fR to
initialise the anon transport class storage.
.SH "DESCRIPTION"
.PP
The anonymous transport class contains both a transport class and a
container. The idea of an anonymous class is that it never
actually has any device attributes associated with it (and thus
saves on container storage). So it can only be used for triggering
events. Use prezero and then use \fBDECLARE_ANON_TRANSPORT_CLASS\fR to
initialise the anon transport class storage.