Classes | |
| class | PluginInterface2 |
Modules | |
| Plugins | |
Enumerations | |
| enum | PluginReceiveResult { RR_STOP_PROCESSING_AND_DEALLOCATE = 0, RR_CONTINUE_PROCESSING, RR_STOP_PROCESSING } |
| enum | PI2_LostConnectionReason { LCR_CLOSED_BY_USER, LCR_DISCONNECTION_NOTIFICATION, LCR_CONNECTION_LOST } |
| enum | PI2_FailedConnectionAttemptReason |
Returns why a connection attempt failed
Reasons why a connection was lost
| LCR_CLOSED_BY_USER | Called RakPeer::CloseConnection(). |
| LCR_DISCONNECTION_NOTIFICATION | Got ID_DISCONNECTION_NOTIFICATION. |
| LCR_CONNECTION_LOST | GOT ID_CONNECTION_LOST. |
| enum PluginReceiveResult |
For each message that arrives on an instance of RakPeer, the plugins get an opportunity to process them first. This enumeration represents what to do with the message
1.5.7.1