Device: Difference between revisions
From Zenitel Wiki
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
! style="background:#ffdead;" width="600" |Device Function | ! style="background:#ffdead;" width="600" |Device Function | ||
|- | |- | ||
| align= | | align=center | 0 || align=center | 0x00 || Invalid device (reserved NULL value) | ||
|- | |- | ||
|align= | | align=center | 1 - 64 || align=center | 0x01 - 0x40 || External boxes. RIOs, PCs etc. | ||
|- | |- | ||
|} | |} | ||
Revision as of 22:30, 19 June 2007
All ACDP data messages are addressed to a device. A device is always related to (owned by) a node. A full device address consists of <node> <device>.
<Device> is one byte.
Note that devices can both be physical boxes (e.g. RIO) or a function (Router).
| Value (decimal) | Value (Hex) | Device Function |
|---|---|---|
| 0 | 0x00 | Invalid device (reserved NULL value) |
| 1 - 64 | 0x01 - 0x40 | External boxes. RIOs, PCs etc. |
