BACnet.Ashrae.ConfirmedServiceRequest.LifeSafetyOperationWrapper.Load C# (CSharp) Method

Load() public static method

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