I'm requesting if there is a AX packet to detect if the layout is being edited, changed or moved to receive via insim? 
                
            


struct IS_AXI // AutoX Info
{
    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
    [B]word    NumO;        // number of objects[/B]
    char    LName[32];    // the name of the layout last loaded (if loaded locally)
};
