TRANSPORT_CLASS_REGISTER

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

transport_class_register - register an initial transport class  

SYNOPSIS

"SYNOPSIS"

int transport_class_register (struct transport_class * tclass);  

ARGUMENTS

tclass
a pointer to the transport class structure to be initialised
 

DESCRIPTION

The transport class contains an embedded class which is used to identify it. The caller should initialise this structure with zeros and then generic class must have been initialised with the actual transport class unique name. There's a macro DECLARE_TRANSPORT_CLASS to do this (declared classes still must be registered).

Returns 0 on success or error on failure.  

DESCRIPTION

The transport class contains an embedded class which is used to identify it. The caller should initialise this structure with zeros and then generic class must have been initialised with the actual transport class unique name. There's a macro DECLARE_TRANSPORT_CLASS to do this (declared classes still must be registered).

Returns 0 on success or error on failure.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:55 GMT, October 09, 2005