Klasse BACnetEventPriorities
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetEventPriorities
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetClosingTagprotected final BACnetOpeningTagprotected final Shortprotected final BACnetApplicationTagUnsignedIntegerprotected final BACnetApplicationTagUnsignedIntegerprotected final BACnetApplicationTagUnsignedInteger -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetEventPriorities(BACnetOpeningTag openingTag, BACnetApplicationTagUnsignedInteger toOffnormal, BACnetApplicationTagUnsignedInteger toFault, BACnetApplicationTagUnsignedInteger toNormal, BACnetClosingTag closingTag, Short tagNumber) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetEventPrioritiesstaticParse(ReadBuffer readBuffer, Object... args) static BACnetEventPrioritiesstaticParse(ReadBuffer readBuffer, Short tagNumber) toString()
-
Felddetails
-
openingTag
-
toOffnormal
-
toFault
-
toNormal
-
closingTag
-
tagNumber
-
-
Konstruktordetails
-
BACnetEventPriorities
public BACnetEventPriorities(BACnetOpeningTag openingTag, BACnetApplicationTagUnsignedInteger toOffnormal, BACnetApplicationTagUnsignedInteger toFault, BACnetApplicationTagUnsignedInteger toNormal, BACnetClosingTag closingTag, Short tagNumber)
-
-
Methodendetails
-
getOpeningTag
-
getToOffnormal
-
getToFault
-
getToNormal
-
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 BACnetEventPriorities staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetEventPriorities staticParse(ReadBuffer readBuffer, Short tagNumber) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-