Klasse BACnetDestination
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetDestination
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetApplicationTagTimeprotected final BACnetApplicationTagBooleanprotected final BACnetApplicationTagUnsignedIntegerprotected final BACnetRecipientprotected final BACnetApplicationTagTimeprotected final BACnetEventTransitionBitsTaggedprotected final BACnetDaysOfWeekTagged -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetDestination(BACnetDaysOfWeekTagged validDays, BACnetApplicationTagTime fromTime, BACnetApplicationTagTime toTime, BACnetRecipient recipient, BACnetApplicationTagUnsignedInteger processIdentifier, BACnetApplicationTagBoolean issueConfirmedNotifications, BACnetEventTransitionBitsTagged transitions) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetDestinationstaticParse(ReadBuffer readBuffer) static BACnetDestinationstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
validDays
-
fromTime
-
toTime
-
recipient
-
processIdentifier
-
issueConfirmedNotifications
-
transitions
-
-
Konstruktordetails
-
BACnetDestination
public BACnetDestination(BACnetDaysOfWeekTagged validDays, BACnetApplicationTagTime fromTime, BACnetApplicationTagTime toTime, BACnetRecipient recipient, BACnetApplicationTagUnsignedInteger processIdentifier, BACnetApplicationTagBoolean issueConfirmedNotifications, BACnetEventTransitionBitsTagged transitions)
-
-
Methodendetails
-
getValidDays
-
getFromTime
-
getToTime
-
getRecipient
-
getProcessIdentifier
-
getIssueConfirmedNotifications
-
getTransitions
-
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 BACnetDestination staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-