|  | 
| static const int | DISCONNECTED | 
|  | The peer is disconnected and can't call Operations. Call PhotonPeer_connect(). 
 | 
|  | 
| static const int | CONNECTING | 
|  | The peer is establishing the connection: opening a socket, exchanging packages with Photon. 
 | 
|  | 
| static const int | INITIALIZING_APPLICATION | 
|  | The connection is established and now sends the application name to Photon. You set the "application name" by calling PhotonPeer_connect(). 
 | 
|  | 
| static const int | CONNECTED | 
|  | The peer is connected and initialized (selected an application). You can now use operations. 
 | 
|  | 
| static const int | DISCONNECTING | 
|  | The peer is disconnecting. It sent a disconnect to the server, which will acknowledge closing the connection. 
 | 
|  |