Class DIBSuppSvcFamilies
- java.lang.Object
-
- org.apache.plc4x.java.knxnetip.readwrite.DIBSuppSvcFamilies
-
- All Implemented Interfaces:
Message,Serializable
public class DIBSuppSvcFamilies extends Object implements Message
-
-
Field Summary
Fields Modifier and Type Field Description protected shortdescriptionTypeprotected List<ServiceId>serviceIds
-
Constructor Summary
Constructors Constructor Description DIBSuppSvcFamilies(short descriptionType, List<ServiceId> serviceIds)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)shortgetDescriptionType()intgetLengthInBits()intgetLengthInBytes()List<ServiceId>getServiceIds()inthashCode()voidserialize(WriteBuffer writeBuffer)static DIBSuppSvcFamiliesstaticParse(ReadBuffer readBuffer)static DIBSuppSvcFamiliesstaticParse(ReadBuffer readBuffer, Object... args)StringtoString()
-
-
-
Method Detail
-
getDescriptionType
public short getDescriptionType()
-
serialize
public void serialize(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
public static DIBSuppSvcFamilies staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
- Throws:
ParseException
-
staticParse
public static DIBSuppSvcFamilies staticParse(ReadBuffer readBuffer) throws ParseException
- Throws:
ParseException
-
-