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

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

public ObjectTypesSupported ( BitString56 bitstring ) : System
bitstring BACnet.Types.BitString56
Результат System
        public ObjectTypesSupported(BitString56 bitstring)
        {
            this._bitstring = bitstring;
        }