cml04-l2-rsm-out/internal/types/header.go

12 lines
192 B
Go
Raw Normal View History

2024-08-20 10:07:14 +02:00
package types
type TelegramID int16
type TelegramHeader struct {
MessageLength int16
TelegramID TelegramID
SequenceCounter int16
Flags int16
TimeStamp [8]int16
}