Klasse DeviceDescriptorType2
java.lang.Object
org.apache.plc4x.java.knxnetip.readwrite.DeviceDescriptorType2
- Alle implementierten Schnittstellen:
Message,Serializable
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected final ChannelInformationprotected final ChannelInformationprotected final ChannelInformationprotected final ChannelInformationprotected final intprotected final byteprotected final intprotected final booleanprotected final shortprotected final boolean -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDeviceDescriptorType2(int manufacturerId, int deviceType, short version, boolean readSupported, boolean writeSupported, byte logicalTagBase, ChannelInformation channelInfo1, ChannelInformation channelInfo2, ChannelInformation channelInfo3, ChannelInformation channelInfo4) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanintintintbyteintbooleanshortbooleaninthashCode()voidserialize(WriteBuffer writeBuffer) static DeviceDescriptorType2staticParse(ReadBuffer readBuffer) static DeviceDescriptorType2staticParse(ReadBuffer readBuffer, Object... args) toString()
-
Felddetails
-
manufacturerId
protected final int manufacturerId -
deviceType
protected final int deviceType -
version
protected final short version -
readSupported
protected final boolean readSupported -
writeSupported
protected final boolean writeSupported -
logicalTagBase
protected final byte logicalTagBase -
channelInfo1
-
channelInfo2
-
channelInfo3
-
channelInfo4
-
-
Konstruktordetails
-
DeviceDescriptorType2
public DeviceDescriptorType2(int manufacturerId, int deviceType, short version, boolean readSupported, boolean writeSupported, byte logicalTagBase, ChannelInformation channelInfo1, ChannelInformation channelInfo2, ChannelInformation channelInfo3, ChannelInformation channelInfo4)
-
-
Methodendetails
-
getManufacturerId
public int getManufacturerId() -
getDeviceType
public int getDeviceType() -
getVersion
public short getVersion() -
getReadSupported
public boolean getReadSupported() -
getWriteSupported
public boolean getWriteSupported() -
getLogicalTagBase
public byte getLogicalTagBase() -
getChannelInfo1
-
getChannelInfo2
-
getChannelInfo3
-
getChannelInfo4
-
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 DeviceDescriptorType2 staticParse(ReadBuffer readBuffer, Object... args) throws ParseException - Löst aus:
ParseException
-
staticParse
- Löst aus:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-