IS AXI
From LFS Manual
Revision as of 22:40, 9 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''A'''uto'''X''' '''I'''nfo packet is sent by LFS when a layout is loaded, or as a reply to a TINY_AXI packet. {| class="w...")
Introduction
The AutoX Info packet is sent by LFS when a layout is loaded, or as a reply to a TINY_AXI packet.
| Type | Name | Description |
|---|---|---|
| byte | Size | 40 |
| byte | Type | ISP_AXI |
| byte | ReqI | 0 unless this is a reply to an TINY_AXI request |
| byte | Zero | |
| byte | AXStart | autocross start position |
| byte | NumCP | number of checkpoints |
| word | NumO | number of objects |
| char | LName[32] | the name of the layout last loaded (if loaded locally) |
Packet Details
Size
The size of the packet is always 40 bytes.
Type
The packet type from the ISP_ enumeration, always ISP_AXI.
ReqI
ReqI is equal to zero, unless the packet is a reply to a TINY_AXI request.
AXStart
The autocross start position.
NumCP
The number of checkpoints.
NumO
The number of objects.
LName
The name of the layout (if loaded locally).