Group Miscellaneous Network Functions
HexToStr()
Converts a string coding a hex number to a string in binary format.
HexToStr( <cHexNumber> ) --> cByteString
NnetDown()
Shuts the file server down.
NnetDown( [<lLogoutAllStations>], ; // Default: .F. [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> lShutDown
NnetError()
Returns the Novell error code of the last function executed.
NnetError() --> nErrorCode
NnetInfo()
Retrieves information about the current network software.
NnetInfo() --> cNetWareInformation
NnetSDate()
Retrieves the system date of the file server.
NnetSDate( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> dFileServerDate
NnetSerNo()
Retrieves the NetWare serial number.
NnetSerNo( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> cSerialNumber
NnetSftLvl()
Retrieves the System Fault Tolerance level of the preferred file server.
NnetSftLvl() --> nSFTLevel
NnetSpStat()
Function NnetSpStat() is not supported.
NnetSTime()
Retrieves the system time of the file server.
NnetSTime() --> cFileServerTime
NnetVer()
Retrieves the NetWare version number for a mapped drive.
NnetVer( [<cMappedDrive>] ) --> cNetwareVersion
NnetWork()
Checks whether a Novell network is active.
NnetWork() --> lNovellNetworkIsActive
StrToHex()
Converts a binary string to a string of hex numbers.
StrToHex( <cByteString> ) --> cHexNumber