public interface SystemInformationService
| Modifier and Type | Method and Description |
|---|---|
String |
getBogoMIPS() |
String |
getCpuArchitecture() |
String[] |
getCpuFeatures() |
String |
getCpuImplementer() |
String |
getCpuPart() |
String |
getCpuRevision() |
String |
getCpuVariant() |
String |
getHardware() |
String |
getProcessor() |
String |
getRevision() |
String |
getSerial() |
String getProcessor() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getBogoMIPS() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString[] getCpuFeatures() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getCpuImplementer() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getCpuArchitecture() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getCpuVariant() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getCpuPart() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getCpuRevision() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getHardware() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getRevision() throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getSerial() throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2012-2013 Pi4J. All Rights Reserved.