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

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

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