Uses of Interface
uk.ac.manchester.spinnaker.messages.scp.CommandCode
Packages that use CommandCode
Package
Description
The messages of SpiNNaker Control Protocol (SCP).
- 
Uses of CommandCode in uk.ac.manchester.spinnaker.messages.scpClasses in uk.ac.manchester.spinnaker.messages.scp that implement CommandCodeFields in uk.ac.manchester.spinnaker.messages.scp declared as CommandCodeModifier and TypeFieldDescriptionfinal CommandCodeSCPRequestHeader.commandThe command of the SCP packet.Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type CommandCodeModifierConstructorDescriptionprotectedSCPRequest(SDPHeader sdpHeader, CommandCode command, int argument1, int argument2, int argument3, ByteBuffer data) Create a new request.