Package pcap.api.internal.foreign.struct
Interface windows_structs.timeval
- All Superinterfaces:
java.foreign.memory.Struct<windows_structs.timeval>
- Enclosing interface:
- windows_structs
public static interface windows_structs.timeval extends java.foreign.memory.Struct<windows_structs.timeval>
-
Method Summary
Modifier and Type Method Description intmicroSecond()longsecond()
-
Method Details
-
second
long second() -
microSecond
int microSecond()
-