# KnxPhysicalAddress

## `KnxPhysicalAddress` (STRUCT)

TYPE KnxPhysicalAddress : STRUCT

InOut:

| Name       | Type   | Initial | Comment       |
| ---------- | ------ | ------- | ------------- |
| `byArea`   | `BYTE` | 15      | Areas 0-15    |
| `byLine`   | `BYTE` | 15      | Lines 0-15    |
| `byDevice` | `BYTE` | 255     | Devices 0-255 |
