URL
Another Side, Another Story:



Deep Dive


20:07

byte Buffer[32];
if ((Buffer[2] & 0x01) == 1)
{
///
}
if ((Buffer[2] & 0x02) == 1)
{
///
}