154
Platforms
©2000-2008 Tibbo Technology Inc.
17, and so on. Keep in mind that for an interrupt line to work you need to
configure a corresponding I/O line as input. Do this through the
property
of the
object.
Enum pl_int_num for this platform includes the following constants:
PL_INT_NUM_0:
Interrupt line 0 (mapped onto I/O line 16).
PL_INT_NUM_1:
Interrupt line 1 (mapped onto I/O line 17).
PL_INT_NUM_2:
Interrupt line 2 (mapped onto I/O line 18).
PL_INT_NUM_3:
Interrupt line 3 (mapped onto I/O line 19).
PL_INT_NUM_4:
Interrupt line 4 (mapped onto I/O line 20).
PL_INT_NUM_5:
Interrupt line 5 (mapped onto I/O line 21).
PL_INT_NUM_6:
Interrupt line 6 (mapped onto I/O line 22).
PL_INT_NUM_7:
Interrupt line 7 (mapped onto I/O line 23).
PL_INT_NULL:
This is a NULL interrupt line that does not physically
exist.
Enum pl_sock_interfaces
Enum pl_sock_interfaces contains the list of network interfaces supported by the
EM1202(W). The EM1202 and EM1202W platforms differ in that the EM1202W has
a W-Fi interface, which the EM1202 does not, and the pl_sock_interfaces reflects
this.
EM1202 platform
0- PL_SOCK_INTERFACE_NULL:
Null (empty) interface.
1- PL_SOCK_INTERFACE_NET (default):
Ethernet interface.
EM1202W platform
0- PL_SOCK_INTERFACE_NULL:
Null (empty) interface.
1- PL_SOCK_INTERFACE_NET (default):
Ethernet interface.
2- PL_SOCK_INTERFACE_WLN:
Wi-Fi interface.
8.1.3.4
Platform-dependent Programming Information
This section contains miscellaneous information that sets the EM1202(W) apart
from other platforms. Various objects described in the
direct
you to this topic in all cases when object capabilities or behavior depends on the
platform and, hence, cannot be described in the object reference itself. Each
platform section in this manual has its own "Platform-dependent Programming
Information" topic. If you are reading documentation top-to-bottom (we have
never actually met anyone who does) you can skip this section now.
372
365
212