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