Klasse BACnetLandingCallStatus
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetLandingCallStatus
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetLandingCallStatusCommandprotected final BACnetContextTagUnsignedIntegerprotected final BACnetContextTagCharacterString -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetLandingCallStatus(BACnetContextTagUnsignedInteger floorNumber, BACnetLandingCallStatusCommand command, BACnetContextTagCharacterString floorText) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetLandingCallStatusstaticParse(ReadBuffer readBuffer) static BACnetLandingCallStatusstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
floorNumber
-
command
-
floorText
-
-
Konstruktordetails
-
BACnetLandingCallStatus
public BACnetLandingCallStatus(BACnetContextTagUnsignedInteger floorNumber, BACnetLandingCallStatusCommand command, BACnetContextTagCharacterString floorText)
-
-
Methodendetails
-
getFloorNumber
-
getCommand
-
getFloorText
-
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 BACnetLandingCallStatus staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-