Klasse BACnetAuthenticationFactor
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetAuthenticationFactor
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetContextTagUnsignedIntegerprotected final BACnetAuthenticationFactorTypeTaggedprotected final BACnetContextTagOctetString -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetAuthenticationFactor(BACnetAuthenticationFactorTypeTagged formatType, BACnetContextTagUnsignedInteger formatClass, BACnetContextTagOctetString value) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintgetValue()inthashCode()voidserialize(WriteBuffer writeBuffer) static BACnetAuthenticationFactorstaticParse(ReadBuffer readBuffer) static BACnetAuthenticationFactorstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
formatType
-
formatClass
-
value
-
-
Konstruktordetails
-
BACnetAuthenticationFactor
public BACnetAuthenticationFactor(BACnetAuthenticationFactorTypeTagged formatType, BACnetContextTagUnsignedInteger formatClass, BACnetContextTagOctetString value)
-
-
Methodendetails
-
getFormatType
-
getFormatClass
-
getValue
-
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 BACnetAuthenticationFactor staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-