docs

Home All functions Categories

vuMACType(Nmbr)

vuMACType(Long), CSTRING

Description

Returns the adapter type for the specified network adapter. Use vuMACCount() to determine how many adapters are available.

Parameters

Parameter Data Type Description
Nmbr LONG Index of the adapter (within the range returned by vuMACCount())

Returns

A CSTRING containing one of the following adapter types:

Example

IF vuMACCount() > 0
  MESSAGE('The first adapter detected is ' & vuMACType(1))
END

Notes

Home All functions Categories