Class GetFeederId
- java.lang.Object
-
- org.openpnp.machine.photon.protocol.Command<GetFeederId.Response>
-
- org.openpnp.machine.photon.protocol.commands.GetFeederId
-
public class GetFeederId extends Command<GetFeederId.Response>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFeederId.Response
-
Field Summary
Fields Modifier and Type Field Description static int
COMMAND_ID
-
Constructor Summary
Constructors Constructor Description GetFeederId(int toAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GetFeederId.Response
decodePacket(Packet packet)
Packet
toPacket()
-
-
-
Field Detail
-
COMMAND_ID
public static final int COMMAND_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
toPacket
public Packet toPacket()
- Specified by:
toPacket
in classCommand<GetFeederId.Response>
-
decodePacket
protected GetFeederId.Response decodePacket(Packet packet)
- Specified by:
decodePacket
in classCommand<GetFeederId.Response>
-
-