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.scp
Classes in uk.ac.manchester.spinnaker.messages.scp that implement CommandCodeFields in uk.ac.manchester.spinnaker.messages.scp declared as CommandCodeModifier and TypeFieldDescriptionfinal CommandCode
SCPRequestHeader.command
The command of the SCP packet.Constructors in uk.ac.manchester.spinnaker.messages.scp with parameters of type CommandCodeModifierConstructorDescriptionprotected
SCPRequest
(SDPHeader sdpHeader, CommandCode command, int argument1, int argument2, int argument3, ByteBuffer data) Create a new request.