Interface CommandCode
- All Known Implementing Classes:
SCPCommand
public interface CommandCode
All command codes usable in SCP-like messages.
- Author:
- Donal Fellows
-
Method Summary
Modifier and Type Method Description short
getValue()
Get the value of this command.
-
Method Details
-
getValue
short getValue()Get the value of this command.- Returns:
- The encoded value.
-