Twrite

This tuple of types mimics the structure of the corresponding message, which looks like this: size[4] Twrite tag[2] fid[4] offset[8] count[4] data[count]

alias Twrite = Tuple!(Size, Type, Tag, Fid, Offset, Count, Data)

Meta