BACnet.Types.BitString24.BitString24 C# (CSharp) Method

BitString24() public method

Constructs a new bitstring16 instance
public BitString24 ( byte length, uint flags ) : System
length byte The length of the bitstring
flags uint The flag values
return System
        public BitString24(byte length, uint flags)
        {
            this._length = length;
            this._flags = flags;
        }