I think I should register the frames before scheduling but the result is the same:
TLINFrameEntry fe;
fe.ChecksumType = cstEnhanced;
fe.Direction = dirPublisher;
fe.FrameId = 0x1E;
fe.Length = 8;
BYTE data[8] = {0x00, 0x00, 0xF8, 0xF8, 0xFF, 0xFF, 0xFF, 0xFF};
std::memcpy(&fe.InitialData[0], &data ...