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

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

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