Whisperstream Research Group - SerialComm GSM SDK Documentation

PDUTypeBase.SetBit Method 

Sets a bit/bits of the pdu byte

protected void SetBit(
   byte mask,
   byte newBits,
   int leftShift
);

Parameters

mask
the byte mask for the new bits
newBits
the actual new bits data
leftShift
the number of places to shift the bits to place them in the correct position

See Also

PDUTypeBase Class | Whisperstream.SerialComm.Framework.SMS Namespace