public class DeviceFactory extends Object
| Constructor and Description |
|---|
DeviceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static GenericDevice |
createDevice(byte address,
String manufacturer,
MBusMedium medium,
byte version,
int identNumber) |
static GenericDevice |
createDevice(UserDataResponse udResp,
Frame requestFrame) |
static GenericDevice |
createGenericDevice(UserDataResponse udResp,
Frame requestFrame) |
public static GenericDevice createDevice(UserDataResponse udResp, Frame requestFrame)
public static GenericDevice createGenericDevice(UserDataResponse udResp, Frame requestFrame)
public static GenericDevice createDevice(byte address, String manufacturer, MBusMedium medium, byte version, int identNumber)
Copyright © 2009–2016 MBus4J. All rights reserved.