NetworkClientEvent()

Syntax

Result = NetworkClientEvent(ConnectionID)
Description
Returns 0 if no information (or data) has been received on the specified client port, otherwise there is some data which should be processed.

The returned value indicates what has actually happened:
  0 : Nothing has happened
  2 : Raw data has been received (to be read with ReceiveNetworkData())
  3 : A file has been received (to be read with ReceiveNetworkFile())

Supported OS

All

<- MakeIPAddress() - Network Index - NetworkClientID() ->