271
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
Details
This property can only be written to when no socket is engaged in communications
through the Ethernet interface, i.e. there is no socket for which
<> 0- PL_SSTS_CLOSED and
= 1-
PL_INTERFACE_ETHERNET.
.Failure R/O Property
Function:
Reports whether the Network Interface Controller (NIC)
IC has failed.
Type:
Enum (no_yes, byte)
Value Range:
0- NO (default): No failure
1- YES: NIC failure
See Also:
---
Details
---
.Linkstate R/O Property
Function:
Returns current link status of the Ethernet port of the
device.
Type:
Enum (pl_net_linkstate, byte)
Value Range:
0- PL_NET_LINKSTAT_NOLINK: No physical Ethernet link
exists at the moment (the Ethernet port of the device is
not connected to a hub).
1- PL_NET_LINKSTAT_10BASET: The Ethernet port of the
device is linked to a hub (or directly to another device) at
10Mbit/sec.
2- PL_NET_LINKSTAT_100BASET: The Ethernet port of
the device is linked to a hub (or directly to another
device) at 100Mbit/sec.
See Also:
Details
---
On_net_link_change Event
Function:
Generated when the state of the physical link of Ethernet
port changes.
Declaration:
on_net_link_change
358
331
271