Klasse BACnetVTSession
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetVTSession
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetApplicationTagUnsignedIntegerprotected final BACnetAddressprotected final BACnetApplicationTagUnsignedInteger -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetVTSession(BACnetApplicationTagUnsignedInteger localVtSessionId, BACnetApplicationTagUnsignedInteger removeVtSessionId, BACnetAddress remoteVtAddress) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetVTSessionstaticParse(ReadBuffer readBuffer) static BACnetVTSessionstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
localVtSessionId
-
removeVtSessionId
-
remoteVtAddress
-
-
Konstruktordetails
-
BACnetVTSession
public BACnetVTSession(BACnetApplicationTagUnsignedInteger localVtSessionId, BACnetApplicationTagUnsignedInteger removeVtSessionId, BACnetAddress remoteVtAddress)
-
-
Methodendetails
-
getLocalVtSessionId
-
getRemoveVtSessionId
-
getRemoteVtAddress
-
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 BACnetVTSession staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-