BACnet.Ashrae.ObjectTypesSupported.WithBit C# (CSharp) Метод

WithBit() публичный Метод

public WithBit ( Bits bit, bool set = true ) : ObjectTypesSupported
bit Bits
set bool
Результат ObjectTypesSupported
        public ObjectTypesSupported WithBit(Bits bit, bool set = true)
        {
            return new ObjectTypesSupported(_bitstring.WithBit((int)bit, set));
        }