public interface W1Device
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
W1Device should be considered equal based on their ID
|
int |
getFamilyId()
Returns the type/family of the device.
|
String |
getId()
Returns the name (id/serial number) of the device e.g.
|
String |
getName()
Returns a human readable name.
|
String |
getValue()
Gets the current Value = content of w1_slave file
|
int |
hashCode() |
String getId()
String getName()
int getFamilyId()
String getValue() throws IOException
IOException
Copyright © 2012–2019 Pi4J. All rights reserved.