NetworkClientEvent()

Syntax

Result = NetworkClientEvent(ConnectionID)

Description

Return 0 if no informations (or data) have been recieved on the specified client port, else there are some which should be processed. The returned value indicates which has actually happened
  0 : Nothing has happened 
  2 : Raw data has been recieved (to be read with ReceiveNetworkData()) 
  3 : A file has been recieved (to be read with ReceiveNetworkFile()) 

Supported OS

Windows, AmigaOS, Linux

Network - Index