Package | Description |
---|---|
net.sf.mbus4j.devices | |
net.sf.mbus4j.master |
Modifier and Type | Method and Description |
---|---|
static GenericDevice |
DeviceFactory.createDevice(byte address,
String manufacturer,
MBusMedium medium,
byte version,
int identNumber) |
static GenericDevice |
DeviceFactory.createDevice(UserDataResponse udResp,
Frame requestFrame) |
static GenericDevice |
DeviceFactory.createGenericDevice(UserDataResponse udResp,
Frame requestFrame) |
Modifier and Type | Method and Description |
---|---|
GenericDevice |
MBusMaster.getDevice(int i)
Deprecated.
|
static GenericDevice |
MBusMaster.getDevice(Iterable<GenericDevice> deviceList,
ValueRequestPointLocator locator)
Deprecated.
|
GenericDevice[] |
MBusMaster.getDevices()
Deprecated.
|
GenericDevice |
MBusMaster.searchDeviceByAddress(byte address) |
GenericDevice[] |
MBusMaster.searchDevicesByPrimaryAddress()
Search by primary address (0..250) 253 is for slave select 254 broadcast
addres to all devices
|
GenericDevice[] |
MBusMaster.searchDevicesByPrimaryAddress(byte first,
byte last) |
Modifier and Type | Method and Description |
---|---|
Iterator<GenericDevice> |
MBusMaster.iterator()
Deprecated.
|
Collection<GenericDevice> |
MBusMaster.searchDevicesBySecondaryAddressing() |
Map<GenericDevice,Frame> |
MBusMaster.sendRequestUserData(Map<GenericDevice,MBusAddressing> devices) |
Map<GenericDevice,Frame> |
MBusMaster.sendRequestUserData(MBusAddressing addressing)
Deprecated.
|
Collection<GenericDevice> |
MBusMaster.widcardSearch(int bcdMaskedId,
short bcdMaskedMan,
byte bcdMaskedVersion,
byte bcdMaskedMedium) |
Modifier and Type | Method and Description |
---|---|
boolean |
MBusMaster.addDevice(GenericDevice device)
Deprecated.
|
int |
MBusMaster.deviceIndexOf(GenericDevice d)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GenericDevice |
MBusMaster.getDevice(Iterable<GenericDevice> deviceList,
ValueRequestPointLocator locator)
Deprecated.
|
Map<GenericDevice,Frame> |
MBusMaster.sendRequestUserData(Map<GenericDevice,MBusAddressing> devices) |
Copyright © 2009–2016 MBus4J. All rights reserved.