Dokumentaro de Gambaso
Compilation & Installation from source code
Components
gb
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Enum NetStatus (gb.net)

Enum NetStatus Is Accepting, Active, Connected, Connecting, Inactive, Pending, ReceivingData, Searching

Constant Description
Accepting   This constant shows that a remote client is trying to connect with a server socket, and that the connection is being accepted.

Active   This constant shows that a network object is working at this moment.

Connected   This constant reflects that a socket, acting like a client, is currently connected to a remote server.

Connecting   This constant reflects that a socket, acting like a client, is trying to connect to a remote server.

Inactive   This constant reflects that a network object is doing nothing, it is inactive.

Pending   This constant reflects that a remote client is trying to connect with a server socket, and that connection must be accepted or rejected.

ReceivingData   This constant means that some data is being downloaded from the network.

Searching   Reflects that an object from one of the Net classes is trying to translate a host name to an IP address.