Tpm2Lib.ClockInfo.ClockInfo C# (CSharp) Method

ClockInfo() public method

public ClockInfo ( ) : System
return System
        public ClockInfo()
        {
            clock = new ulong();
            resetCount = 0;
            restartCount = 0;
            safe = 0;
        }
        public ClockInfo(ClockInfo the_ClockInfo)

Same methods

ClockInfo::ClockInfo ( ClockInfo the_ClockInfo ) : System
ClockInfo::ClockInfo ( ulong the_clock, uint the_resetCount, uint the_restartCount, byte the_safe ) : System