Uses of Class
jnetpcap.capture.CaptureInterface.TimestampResolution

Packages that use CaptureInterface.TimestampResolution
jnetpcap.capture A network packet capture framework. 
 

Uses of CaptureInterface.TimestampResolution in jnetpcap.capture
 

Methods in jnetpcap.capture that return CaptureInterface.TimestampResolution
 CaptureInterface.TimestampResolution CaptureInterface.getTimestampResolution()
          Returns the resolution that the capturing device is capable of.
static CaptureInterface.TimestampResolution CaptureInterface.TimestampResolution.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CaptureInterface.TimestampResolution[] CaptureInterface.TimestampResolution.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in jnetpcap.capture with parameters of type CaptureInterface.TimestampResolution
 void MutableCaptureInterface.setTimestampResolution(CaptureInterface.TimestampResolution resolution)
          Sets the capturing devices clock resolution when it comes to recording a timestamp.