home *** CD-ROM | disk | FTP | other *** search
- //=============================================================================
- // InternetInfo: Parent class for Internet connection classes
- //=============================================================================
- class InternetInfo extends Info
- native
- transient;
-
- function string GetBeaconAddress( int i );
- function string GetBeaconText( int i );
-
- defaultproperties
- {
- }