NetworkClientEvent()
Syntax
Result = NetworkClientEvent(Connection)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 #PB_NetworkEvent_Data: Raw data has been received (to be read with ReceiveNetworkData()) #PB_NetworkEvent_File: A file has been received (to be read with ReceiveNetworkFile())
Supported OS
All