BACnet.Ashrae.ObjectTypesSupported.WithLength C# (CSharp) Method

WithLength() public method

public WithLength ( byte length ) : ObjectTypesSupported
length byte
return ObjectTypesSupported
        public ObjectTypesSupported WithLength(byte length)
        {
            return new ObjectTypesSupported(_bitstring.WithLength(length));
        }