Class FirmataCommandSystemReset
- java.lang.Object
-
- org.apache.plc4x.java.firmata.readwrite.FirmataCommand
-
- org.apache.plc4x.java.firmata.readwrite.FirmataCommandSystemReset
-
- All Implemented Interfaces:
Message,Serializable
public class FirmataCommandSystemReset extends FirmataCommand implements Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFirmataCommandSystemReset.FirmataCommandSystemResetBuilderImpl-
Nested classes/interfaces inherited from class org.apache.plc4x.java.firmata.readwrite.FirmataCommand
FirmataCommand.FirmataCommandBuilder
-
-
Constructor Summary
Constructors Constructor Description FirmataCommandSystemReset()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BytegetCommandCode()intgetLengthInBits()intgetLengthInBytes()inthashCode()protected voidserializeFirmataCommandChild(WriteBuffer writeBuffer)static FirmataCommand.FirmataCommandBuilderstaticParseFirmataCommandBuilder(ReadBuffer readBuffer, Boolean response)StringtoString()-
Methods inherited from class org.apache.plc4x.java.firmata.readwrite.FirmataCommand
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
-
getCommandCode
public Byte getCommandCode()
- Specified by:
getCommandCodein classFirmataCommand
-
serializeFirmataCommandChild
protected void serializeFirmataCommandChild(WriteBuffer writeBuffer) throws SerializationException
- Specified by:
serializeFirmataCommandChildin classFirmataCommand- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()
- Specified by:
getLengthInBytesin interfaceMessage- Overrides:
getLengthInBytesin classFirmataCommand
-
getLengthInBits
public int getLengthInBits()
- Specified by:
getLengthInBitsin interfaceMessage- Overrides:
getLengthInBitsin classFirmataCommand
-
staticParseFirmataCommandBuilder
public static FirmataCommand.FirmataCommandBuilder staticParseFirmataCommandBuilder(ReadBuffer readBuffer, Boolean response) throws ParseException
- Throws:
ParseException
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classFirmataCommand
-
hashCode
public int hashCode()
- Overrides:
hashCodein classFirmataCommand
-
toString
public String toString()
- Overrides:
toStringin classFirmataCommand
-
-