Uses of Interface
com.pi4j.io.w1.W1Device
-
Packages that use W1Device Package Description com.pi4j.io.w1 http://lxr.free-electrons.com/source/drivers/w1/slaves/w1_therm.c http://lxr.free-electrons.com/source/drivers/w1/w1_family.h -
-
Uses of W1Device in com.pi4j.io.w1
Classes in com.pi4j.io.w1 that implement W1Device Modifier and Type Class Description class
W1BaseDevice
Methods in com.pi4j.io.w1 with type parameters of type W1Device Modifier and Type Method Description <T extends W1Device>
TW1Master. getDeviceById(String id)
Get a single device by it's ID string<T extends W1Device>
List<T>W1Master. getDevices(int deviceFamilyId)
<T extends W1Device>
List<T>W1Master. getW1Devices(Class<T> type)
Methods in com.pi4j.io.w1 that return W1Device Modifier and Type Method Description W1Device
W1DeviceType. create(File deviceDir)
Creates a new instance of a concrete device.Methods in com.pi4j.io.w1 that return types with arguments of type W1Device Modifier and Type Method Description Class<? extends W1Device>
W1DeviceType. getDeviceClass()
Gets the implementation class of the device which must be a sub-class of W1DeviceList<W1Device>
W1Master. getDevices()
Get the list of available devices.
-