Klasse BACnetCredentialAuthenticationFactor
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetCredentialAuthenticationFactor
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetAuthenticationFactorEnclosedprotected final BACnetAccessAuthenticationFactorDisableTagged -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetCredentialAuthenticationFactor(BACnetAccessAuthenticationFactorDisableTagged disable, BACnetAuthenticationFactorEnclosed authenticationFactor) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
disable
-
authenticationFactor
-
-
Konstruktordetails
-
BACnetCredentialAuthenticationFactor
public BACnetCredentialAuthenticationFactor(BACnetAccessAuthenticationFactorDisableTagged disable, BACnetAuthenticationFactorEnclosed authenticationFactor)
-
-
Methodendetails
-
getDisable
-
getAuthenticationFactor
-
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 BACnetCredentialAuthenticationFactor staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetCredentialAuthenticationFactor staticParse(ReadBuffer readBuffer) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-