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

ServicesSupported() public method

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