Klasse BACnetAuthenticationFactorFormat
java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetAuthenticationFactorFormat
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final BACnetAuthenticationFactorTypeTaggedprotected final BACnetContextTagUnsignedIntegerprotected final BACnetVendorIdTagged -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBACnetAuthenticationFactorFormat(BACnetAuthenticationFactorTypeTagged formatType, BACnetVendorIdTagged vendorId, BACnetContextTagUnsignedInteger vendorFormat) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintinthashCode()voidserialize(WriteBuffer writeBuffer) staticParse(ReadBuffer readBuffer) staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
formatType
-
vendorId
-
vendorFormat
-
-
Konstruktordetails
-
BACnetAuthenticationFactorFormat
public BACnetAuthenticationFactorFormat(BACnetAuthenticationFactorTypeTagged formatType, BACnetVendorIdTagged vendorId, BACnetContextTagUnsignedInteger vendorFormat)
-
-
Methodendetails
-
getFormatType
-
getVendorId
-
getVendorFormat
-
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 BACnetAuthenticationFactorFormat staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
public static BACnetAuthenticationFactorFormat staticParse(ReadBuffer readBuffer) throws ParseException - Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-