Home > Back-end >  For replacement of buff value is what?
For replacement of buff value is what?

Time:09-24

Byte [] buff={(byte 0 XFF), (byte) 0 xc9, 06, 00, 00, 00, 30, (byte) 0 xfe, 00, 30, (byte) 0 xfe, 00, 30, 0 x2e (byte), 30, 0 xfe (byte), (byte) 0 XFD};
Ushort w=0;
For (int I=5; I {
W=(ushort) (w ^ (ushort) buff [I] <8);
For (int j=0; J <8; J++)
{
If ((w & 0 x8000)!=0)
W=(ushort) (w <1 ^ 0 x1021);
The else
W=(ushort) (w <1);
}
}
Buff [3]=(byte) (w & 0 XFF);
Buff [4]=(byte) ((w> 8) & 0 XFF);
  • Related