Class SysexCommand
java.lang.Object
org.apache.plc4x.java.firmata.readwrite.SysexCommand
- All Implemented Interfaces:
Message,Serializable
- Direct Known Subclasses:
SysexCommandAnalogMappingQueryRequest,SysexCommandAnalogMappingQueryResponse,SysexCommandAnalogMappingResponse,SysexCommandCapabilityQuery,SysexCommandCapabilityResponse,SysexCommandExtendedAnalog,SysexCommandExtendedId,SysexCommandPinStateQuery,SysexCommandPinStateResponse,SysexCommandReportFirmwareRequest,SysexCommandReportFirmwareResponse,SysexCommandSamplingInterval,SysexCommandStringData,SysexCommandSysexNonRealtime,SysexCommandSysexRealtime
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract Shortintintabstract BooleaninthashCode()voidserialize(WriteBuffer writeBuffer) protected abstract voidserializeSysexCommandChild(WriteBuffer writeBuffer) static SysexCommandstaticParse(ReadBuffer readBuffer, Boolean response) static SysexCommandstaticParse(ReadBuffer readBuffer, Object... args) toString()
-
Constructor Details
-
SysexCommand
public SysexCommand()
-
-
Method Details
-
getCommandType
-
getResponse
-
serializeSysexCommandChild
protected abstract void serializeSysexCommandChild(WriteBuffer writeBuffer) throws SerializationException - Throws:
SerializationException
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
SerializationException
-
getLengthInBytes
public int getLengthInBytes()- Specified by:
getLengthInBytesin interfaceMessage
-
getLengthInBits
public int getLengthInBits()- Specified by:
getLengthInBitsin interfaceMessage
-
staticParse
- Throws:
ParseException
-
staticParse
public static SysexCommand staticParse(ReadBuffer readBuffer, Boolean response) throws ParseException - Throws:
ParseException
-
equals
-
hashCode
public int hashCode() -
toString
-