![]() |
User Manual, Developers Guide and API Documentation |
![]() |
Classes | |
| class | Binding |
| class | PDU |
| class | Session |
Namespaces | |
| namespace | client |
| namespace | server |
Typedefs | |
| typedef wns::SmartPtr< Binding > | BindingPtr |
| typedef wns::SmartPtr< PDU > | PDUPtr |
| Type definition for smart pointers to Application PDUs. A PDU this smart pointer points to is automatically deleted when nobody references it any more. | |
Enumerations | |
| enum | SessionType { cbr = 1, email = 2, ftp = 3, voip = 4, video = 5, videotelephony = 6, videotrace = 7, www = 8, wimaxvideo = 9, wimaxvideotelephony = 10 } |
| enum | State { idle = 1, running = 2, sessionended = 3 } |
| enum | StationType { SERVER = 1, CLIENT = 2 } |
| enum | Timeout { statetimeout = 1, probetimeout = 2, sendtimeout = 3, receivetimeout = 4, frametimeout = 5, calltimeout = 6, connectiontimeout = 7, statetransitiontimeout = 8 } |
Definition at line 84 of file Binding.hpp.
Definition at line 65 of file Session.hpp.
| statetimeout | |
| probetimeout | |
| sendtimeout | |
| receivetimeout | |
| frametimeout | |
| calltimeout | |
| connectiontimeout | |
| statetransitiontimeout |
Definition at line 88 of file Session.hpp.
1.5.5