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

NXT C++ Bluetooth Library
Struct Server_settings_t

   in connection.h

struct Server_settings_t

Struct used to retriece server settings when a network connection is used

See Also:
Nxt_network::Connect, Server_mode

Field Summary
 Server_mode mode
          The mode of the server
 unsigned int timeout
          The timeout of the client in milliseconds.
 

Field Detail

mode

public Server_mode mode;
The mode of the server

timeout

public unsigned int timeout;
The timeout of the client in milliseconds. If clients are inactive for more than the timeout they will be thrown off. If timeout is zero timeout has been disabled

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