public class DeviceDefault extends java.lang.Object implements DeviceConversionInterface
Constructor and Description |
---|
DeviceDefault(de.bsvrz.dav.daf.main.ClientDavInterface daf,
Device device)
Erzeugt ein Objekt vom Typ DeviceDefault
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.ClientDavInterface |
getClientDavInterface()
Ermöglicht den Zugriff auf die aktuelle Datenverteilerverbindung.
|
void |
processOsi7Telegram(Osi7Telegram osi7Telegram)
Verarbeitet ein Osi7Telegramm.
|
public DeviceDefault(de.bsvrz.dav.daf.main.ClientDavInterface daf, Device device)
public de.bsvrz.dav.daf.main.ClientDavInterface getClientDavInterface()
getClientDavInterface
in interface DeviceConversionInterface
public void processOsi7Telegram(Osi7Telegram osi7Telegram)
processOsi7Telegram
in interface DeviceConversionInterface
osi7Telegram
- Das zu verarbeitende Osi7Telegram
.