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

 Network

Overview

Networks are widely spread all over the world and allow computers to communicate easily. PureBasic supports the official Internet protocol to exchange data: TCP/IP. This allows us to write applications or games using the well-known 'client-server' model. With these commands, it's possible to create any kind of Internet-related application (browser, web server, ftp client...) or fast multiplayer games.

Command Index

CloseNetworkConnection
CloseNetworkServer
CreateNetworkServer
ExamineIPAddresses
HostName
IPAddressField
IPString
InitNetwork
MakeIPAddress
NetworkClientEvent
NetworkClientID
NetworkServerEvent
NextIPAddress
OpenNetworkConnection
ReceiveNetworkData
ReceiveNetworkFile
SendNetworkData
SendNetworkFile
SendNetworkString

Example

NetworkClient.pb
NetworkServer.pb

Supported OS

Windows, AmigaOS, Linux

Reference Manual - Index



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