Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Constants


Modules

 Error Codes
 error code definitions have been moved to VpnEnums.h
 Message Types
 types of messages that client wants to send/recieve.
 Authentication Attributes

Defines

#define VPN_MSGTYPE_AUTH   (1<<1)
 receive authentication messages.
#define VPN_MSGTYPE_STATE_CHANGE   (1<<2)
 receive state change updates.
#define VPN_MSGTYPE_MASK   (VPN_MSGTYPE_AUTH | VPN_MSGTYPE_STATE_CHANGE)
 mask of all valid MSGTYPE bits

Define Documentation

#define VPN_MSGTYPE_AUTH   (1<<1)
 

receive authentication messages.

only 1 channel can do this at a time causes fp_auth and fp_auth_stop callbacks to be active.

Definition at line 66 of file vpnapi.h.

#define VPN_MSGTYPE_MASK   (VPN_MSGTYPE_AUTH | VPN_MSGTYPE_STATE_CHANGE)
 

mask of all valid MSGTYPE bits

Definition at line 75 of file vpnapi.h.

#define VPN_MSGTYPE_STATE_CHANGE   (1<<2)
 

receive state change updates.

causes fp_state_change callback to be called whenever client state changes. Any number of channels can retrieve state change messages at once.

Definition at line 72 of file vpnapi.h.


Generated on Fri Sep 1 14:26:03 2006 for Raptor by  doxygen 1.4.4