Class CustomEIEIOCommand
java.lang.Object
uk.ac.manchester.spinnaker.messages.eieio.CustomEIEIOCommand
- All Implemented Interfaces:
EIEIOCommand
public class CustomEIEIOCommand extends Object implements EIEIOCommand
A non-standard EIEIO command. Note that its constructor is not exposed.
- Author:
- Donal Fellows
- See Also:
EIEIOCommandID.get(int)
-
Method Summary
Modifier and Type Method Description int
getValue()
Get the encoded ID number of the command.
-
Method Details
-
getValue
public int getValue()Description copied from interface:EIEIOCommand
Get the encoded ID number of the command.- Specified by:
getValue
in interfaceEIEIOCommand
- Returns:
- The encoded form.
-