System Members


The System object provides methods that give you access to different NetworkInterface objects. A computer can have more than one connection to a network, so the System object can tell you how many network interfaces there are by accessing the following:

System.NetworkInterfaceCount as Integer


You can then access any given NetworkInterface object by referring to its index, using the following method:

System.GetNetworkInterface(Index as Integer) as NetworkInterface





REALbasic Cross-Platform Application Development
REALbasic Cross-Platform Application Development
ISBN: 0672328135
EAN: 2147483647
Year: 2004
Pages: 149

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net