public final class Version extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getPointer()
Returns the native pointer.
|
int |
hashCode() |
int |
major()
Returns the library major version.
|
int |
micro()
Returns the library micro version.
|
int |
minor()
Returns the library minor version.
|
int |
nano()
Returns the library nano version.
|
String |
rc()
Returns the release candidate suffix string, e.g.
|
String |
toString() |
public long getPointer()
public int major()
public int minor()
public int micro()
public int nano()
public String rc()
Copyright © 2011–2018 usb4java Team. All rights reserved.