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

WithLength() public method

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