Navigation: thinBasic Modules > TcpUdp > UDP functions > UDP_Open |
|
Description
Open a UDP channel for communication.
Syntax
n = UDP_Open(nFileID [, nTimeOut])
Returns
Number.
Returns error code.
Parameters
Name |
Type |
Optional |
Meaning |
nFileID |
Number |
No |
A file channel. Use UDP_FreeFile to get first available file ID. |
nTimeOut |
Number |
Yes |
Timeout in milliseconds |
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |