Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 NetworkServerEvent

Syntax

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

The returned value indicates what has actually happened:
  0 : Nothing has happened
  1 : A new client has been connected to the server
  2 : Raw data has been received (to be read with ReceiveNetworkData())
  3 : A file has been received (to be read with ReceiveNetworkFile())
  4 : A client has quit the server (deconnection)

Supported OS

Windows, AmigaOS, Linux

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



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved