Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

NXT C++ Bluetooth Library
Enum Server_mode

   in connection.h

Network server mode enumeration

See Also:
Server_settings_t, Nxt_network::Connect

Field Summary
CLOSE_DOWN = 0
          The server will close down when BT communication with the NXT is lost
RECONNECT = 1
          The server will (try) reconnect to the NXT when BT communication is lost
 

Field Detail

CLOSE_DOWN

public CLOSE_DOWN = 0
The server will close down when BT communication with the NXT is lost

RECONNECT

public RECONNECT = 1
The server will (try) reconnect to the NXT when BT communication is lost

 Overview   Project   Class   Tree   Index 
NXT C++ Bluetooth Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD