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

Load() public static method

public static Load ( IValueStream stream ) : ServicesSupported
stream IValueStream
return ServicesSupported
        public static ServicesSupported Load(IValueStream stream)
        {
            var temp = Value<BitString56>.Load(stream);
            return new ServicesSupported(temp);
        }