Interface EIEIOCommand
- All Known Implementing Classes:
CustomEIEIOCommand
,EIEIOCommandID
public interface EIEIOCommand
Describes a class that can be a command identifier for an EIEIO command
message.
- Author:
- Donal Fellows
-
Method Summary
Modifier and Type Method Description int
getValue()
Get the encoded ID number of the command.
-
Method Details
-
getValue
int getValue()Get the encoded ID number of the command.- Returns:
- The encoded form.
-