BACnet.Ashrae.ServicesSupported.Load C# (CSharp) Méthode

Load() public static méthode

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