AdapterType Property
The type of adapter identified by AdapterIndex .
Object Oriented Interface
public function getAdapterType();
Procedural Interface
ipworks_ipinfo_get($res, 19 );
Default Value
''
Remarks
This property contains the type of adapter identified by AdapterIndex, as returned by the system.
Possible values include:
OTHER | Other |
ETHERNET | Ethernet |
TOKENRING | Token Ring |
FDDI | Fiber Distributed Data Interface |
PPP | Point-to-Point Protocol |
LOOPBACK | Loopback |
SLIP | Serial Line Internet Protocol |
Possible values include (Unix OS):
UP | Interface is up |
BROADCAST | Broadcast address valid |
DEBUG | Turn on debugging |
LOOPBACK | Interface is a loopback device |
POINTOPOINT | Interface is a point-to-point link |
RUNNING | Resources allocated |
NOARP | No address resolution protocol |
PROMISC | Receive all packets |
NOTRAILERS | Avoid use of trailers |
ALLMULTI | Receive all multicast packets |
MASTER | Master of a load balancer |
SLAVE | Slave of a load balancer |
MULTICAST | Supports multicast |
PORTSEL | Can set media type |
AUTOMEDIA | Auto media select active |
DYNAMIC | Dialup device with dynamic addresses |
This property is read-only.
Data Type
String