RFID.RFIDInterface.PacketData.PacketWrapper.ResetTimestamp C# (CSharp) Method

ResetTimestamp() public method

public ResetTimestamp ( ) : void
return void
            public void ResetTimestamp()
            {
                _timestamp = DateTime.UtcNow;
            }