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

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

public WithLength ( byte length ) : ObjectTypesSupported
length byte
Результат ObjectTypesSupported
        public ObjectTypesSupported WithLength(byte length)
        {
            return new ObjectTypesSupported(_bitstring.WithLength(length));
        }