Klasse BACnetHostAddressEnclosed
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetHostAddressEnclosed
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetClosingTagprotected final BACnetHostAddressprotected final BACnetOpeningTagprotected final Short -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetHostAddressEnclosed(BACnetOpeningTag openingTag, BACnetHostAddress hostAddress, BACnetClosingTag closingTag, Short tagNumber) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetHostAddressEnclosedstaticParse(ReadBuffer readBuffer, Object... args) static BACnetHostAddressEnclosedstaticParse(ReadBuffer readBuffer, Short tagNumber) toString()
-
Felddetails
-
openingTag
-
hostAddress
-
closingTag
-
tagNumber
-
-
Konstruktordetails
-
BACnetHostAddressEnclosed
public BACnetHostAddressEnclosed(BACnetOpeningTag openingTag, BACnetHostAddress hostAddress, BACnetClosingTag closingTag, Short tagNumber)
-
-
Methodendetails
-
getOpeningTag
-
getHostAddress
-
getClosingTag
-
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 BACnetHostAddressEnclosed staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetHostAddressEnclosed staticParse(ReadBuffer readBuffer, Short tagNumber) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-