Class FirmataCommandSetPinMode
java.lang.Object
org.apache.plc4x.java.firmata.readwrite.FirmataCommand
org.apache.plc4x.java.firmata.readwrite.FirmataCommandSetPinMode
- All Implemented Interfaces:
Message,Serializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class org.apache.plc4x.java.firmata.readwrite.FirmataCommand
FirmataCommand.FirmataCommandBuilder -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintgetMode()shortgetPin()inthashCode()protected voidserializeFirmataCommandChild(WriteBuffer writeBuffer) staticParseBuilder(ReadBuffer readBuffer, Boolean response) toString()Methods inherited from class org.apache.plc4x.java.firmata.readwrite.FirmataCommand
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
-
Field Details
-
pin
protected final short pin -
mode
-
response
-
-
Constructor Details
-
FirmataCommandSetPinMode
-
-
Method Details
-
getCommandCode
- Specified by:
getCommandCodein classFirmataCommand
-
getPin
public short getPin() -
getMode
-
serializeFirmataCommandChild
- 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
-
staticParseBuilder
public static FirmataCommandSetPinMode.FirmataCommandSetPinModeBuilder staticParseBuilder(ReadBuffer readBuffer, Boolean response) throws ParseException - Throws:
ParseException
-
equals
- Overrides:
equalsin classFirmataCommand
-
hashCode
public int hashCode()- Overrides:
hashCodein classFirmataCommand
-
toString
- Overrides:
toStringin classFirmataCommand
-