Class InitializeFeeder
- java.lang.Object
-
- org.openpnp.machine.photon.protocol.Command<InitializeFeeder.Response>
-
- org.openpnp.machine.photon.protocol.commands.InitializeFeeder
-
public class InitializeFeeder extends Command<InitializeFeeder.Response>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInitializeFeeder.Response
-
Field Summary
Fields Modifier and Type Field Description static intCOMMAND_ID
-
Constructor Summary
Constructors Constructor Description InitializeFeeder(int toAddress, java.lang.String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InitializeFeeder.ResponsedecodePacket(Packet responsePacket)PackettoPacket()
-
-
-
Field Detail
-
COMMAND_ID
public static final int COMMAND_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
toPacket
public Packet toPacket()
- Specified by:
toPacketin classCommand<InitializeFeeder.Response>
-
decodePacket
protected InitializeFeeder.Response decodePacket(Packet responsePacket)
- Specified by:
decodePacketin classCommand<InitializeFeeder.Response>
-
-