Class SysexCommandCapabilityResponse
- java.lang.Object
-
- org.apache.plc4x.java.firmata.readwrite.SysexCommand
-
- org.apache.plc4x.java.firmata.readwrite.SysexCommandCapabilityResponse
-
- All Implemented Interfaces:
Message,Serializable
public class SysexCommandCapabilityResponse extends SysexCommand implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSysexCommandCapabilityResponse.SysexCommandCapabilityResponseBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.firmata.readwrite.SysexCommand
SysexCommand.SysexCommandBuilder
-
-
Constructor Summary
Constructors Constructor Description SysexCommandCapabilityResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ShortgetCommandType()intgetLengthInBits()intgetLengthInBytes()BooleangetResponse()inthashCode()protected voidserializeSysexCommandChild(WriteBuffer writeBuffer)static SysexCommand.SysexCommandBuilderstaticParseSysexCommandBuilder(ReadBuffer readBuffer, Boolean response)StringtoString()-
Methods inherited from class org.apache.plc4x.java.firmata.readwrite.SysexCommand
serialize, staticParse, staticParse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
-
-
-
Method Detail
-
getCommandType
public Short getCommandType()
- Specified by:
getCommandTypein classSysexCommand
-
getResponse
public Boolean getResponse()
- Specified by:
getResponsein classSysexCommand
-
serializeSysexCommandChild
protected void serializeSysexCommandChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeSysexCommandChildin classSysexCommand- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classSysexCommand
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classSysexCommand
-
staticParseSysexCommandBuilder
public static SysexCommand.SysexCommandBuilder staticParseSysexCommandBuilder(ReadBuffer readBuffer, Boolean response) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSysexCommand
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSysexCommand
-
toString
public String toString()
- Overrides:
toStringin classSysexCommand
-
-