public interface CommunicationInterface
Modifier and Type | Method and Description |
---|---|
long |
getId()
Gibt die Id der Verbindung bzw. des Kommunikationspartners zurück.
|
de.bsvrz.dav.daf.communication.protocol.UserLogin |
getUserLogin()
Gibt den Authentifizierungsstatus des verbundenen Benutzers zurück
|
void |
sendData(de.bsvrz.dav.daf.communication.lowLevel.telegrams.ApplicationDataTelegram telegram,
boolean toCentralDistributor)
Versendet ein Daten-Telegramm über diese Verbindung
|
de.bsvrz.dav.daf.communication.protocol.UserLogin getUserLogin()
void sendData(de.bsvrz.dav.daf.communication.lowLevel.telegrams.ApplicationDataTelegram telegram, boolean toCentralDistributor)
telegram
- TelegrammtoCentralDistributor
- true: In Richtung des Zentraldatenverteilers, beim Sender-Senke-Datenfluss.
false: Aus Richtung des Zentraldatenverteilers, beim Quelle-Empfänger-Datenfluss.long getId()