// LAN record structured to make changes easy
typedef struct
{
U8        LRBstart[LRB_START_LGTH]  ; // preamble

U8        LRBid1[LRB_ID_LGTH]       ; // identifier
U8        LRBst1[LRB_ST_LGTH]       ; // status
U8        LRBsp1[LRB_SP_LGTH]       ; // separator

U8        LRBid2[LRB_ID_LGTH]       ; // identifier
U8        LRBst2[LRB_ST_LGTH]       ; // status
U8        LRBsp2[LRB_SP_LGTH]       ; // separator

U8        LRBid3[LRB_ID_LGTH]       ; // identifier
U8        LRBst3[LRB_ST_LGTH]       ; // status
U8        LRBsp3[LRB_SP_LGTH]       ; // separator

U8        LRBid4[LRB_ID_LGTH]       ; // identifier
U8        LRBst4[LRB_ST_LGTH]       ; // status

U8        LRBterm[LRB_TM_LGTH]      ; // terminator
} STR_LAN_REC_BAS;