Class SysexCommandSysexRealtime
java.lang.Object
org.apache.plc4x.java.firmata.readwrite.SysexCommand
org.apache.plc4x.java.firmata.readwrite.SysexCommandSysexRealtime
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.firmata.readwrite.SysexCommand
SysexCommand.SysexCommandBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintinthashCode()protected voidserializeSysexCommandChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Boolean response) toString()Methods inherited from class org.apache.plc4x.java.firmata.readwrite.SysexCommand
serialize, staticParse, staticParseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.plc4x.java.spi.utils.Serializable
serialize
-
Constructor Details
-
SysexCommandSysexRealtime
public SysexCommandSysexRealtime()
-
-
Method Details
-
getCommandType
- Specified by:
getCommandTypein classSysexCommand
-
getResponse
- Specified by:
getResponsein classSysexCommand
-
serializeSysexCommandChild
- 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
-
staticParseBuilder
public static SysexCommandSysexRealtime.SysexCommandSysexRealtimeBuilder staticParseBuilder(ReadBuffer readBuffer, Boolean response) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classSysexCommand
-
hashCode
public int hashCode()- Overrides:
hashCodein classSysexCommand
-
toString
- Overrides:
toStringin classSysexCommand
-