| 409 | |
| 410 | |
| 411 | class StringBinding(Packet): |
| 412 | name = 'String Binding' |
| 413 | fields_desc = [ |
| 414 | LEShortField('wTowerId', 0), |
| 415 | # Not enough information to continue |
| 416 | ] |
| 417 | |
| 418 | |
| 419 | class DualStringArray(Packet): |
nothing calls this directly
no test coverage detected