Exemple #1
0
 /// <summary>
 /// Converts the timespec to desired clock type.
 /// </summary>
 public Timespec ToClockType(GPRClockType targetClock)
 {
     return(pinvoke.gprsharp_convert_clock_type(this, targetClock));
 }