Exemplo n.º 1
0
 public byte[] GetBytes()
 {
     return(new byte[] { 0x00, 0x00, 0x00, 0x00, _length.HighByte(), _length.LowByte(), UnitID });
 }
Exemplo n.º 2
0
 public static byte[] GetBytes(this Int16 i)
 {
     return(new byte[] { i.HighByte(), i.LowByte() });
 }