LV doesn't support bitfields directly. You can either use an array
of Booleans and convert that to an integer, or you can direcely define
some constants and use the Boolean nodes to construct the I8 that you
want to send.
Anyway, send the struct of a byte and a byte are the same as far as
the compilers are concerned.
Greg McKaskle