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

ObjectTypesSupported() public method

public ObjectTypesSupported ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
return System
        public ObjectTypesSupported(BitString56 bitstring)
        {
            this._bitstring = bitstring;
        }