Klasse BVLCForeignDeviceTableEntry
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BVLCForeignDeviceTableEntry
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBVLCForeignDeviceTableEntry(List<Short> ip, int port, int ttl, int secondRemainingBeforePurge) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetIp()intintintgetPort()intintgetTtl()inthashCode()voidserialize(WriteBuffer writeBuffer) static BVLCForeignDeviceTableEntrystaticParse(ReadBuffer readBuffer) static BVLCForeignDeviceTableEntrystaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
ip
-
port
protected final int port -
ttl
protected final int ttl -
secondRemainingBeforePurge
protected final int secondRemainingBeforePurge
-
-
Konstruktordetails
-
BVLCForeignDeviceTableEntry
-
-
Methodendetails
-
getIp
-
getPort
public int getPort() -
getTtl
public int getTtl() -
getSecondRemainingBeforePurge
public int getSecondRemainingBeforePurge() -
serialize
- Angegeben von:
serializein SchnittstelleSerializable- Löst aus:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Angegeben von:
getLengthInBytesin SchnittstelleMessage
-
getLengthInBits
public int getLengthInBits()- Angegeben von:
getLengthInBitsin SchnittstelleMessage
-
staticParse
public static BVLCForeignDeviceTableEntry staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-