BACnet.Ashrae.GetEventInformationRequest.Save C# (CSharp) Method

Save() public static method

public static Save ( IValueSink sink, GetEventInformationRequest value ) : void
sink IValueSink
value GetEventInformationRequest
return void
        public static void Save(IValueSink sink, GetEventInformationRequest value)
        {
            sink.EnterSequence();
            Value<Option<ObjectId>>.Save(sink, value.LastReceivedObjectIdentifier);
            sink.LeaveSequence();
        }