IS MSX
From LFS Manual
Revision as of 18:42, 9 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''MS'''g e'''X'''tended packet contains text messages sent to LFS. It is similar to IS_MST, but does not work for commands; instead, it can contai...")
Introduction
The MSg eXtended packet contains text messages sent to LFS. It is similar to IS_MST, but does not work for commands; instead, it can contain longer messages.
| Type | Name | Description |
|---|---|---|
| byte | Size | 100 |
| byte | Type | ISP_MSX |
| byte | ReqI | 0 |
| byte | Zero | |
| char | Msg[96] | last byte must be zero |
Packet Details
Size
The size of the packet is always 100 bytes.
Type
The packet type from the ISP_ enumeration, always ISP_MSX.
ReqI
ReqI is always equal to zero.
Msg
The bytes representing the message. The message is padded with zeros. The last byte is always zero.