Uses of Class
uk.ac.manchester.spinnaker.messages.model.MailboxCommand
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.model |
Model support classes for the communication messages.
|
-
Uses of MailboxCommand in uk.ac.manchester.spinnaker.messages.model
Methods in uk.ac.manchester.spinnaker.messages.model that return MailboxCommand Modifier and Type Method Description static MailboxCommand
MailboxCommand. get(int value)
Convert SARK value to enum.MailboxCommand
CPUInfo. getApplicationMailboxCommand()
MailboxCommand
CPUInfo. getMonitorMailboxCommand()
static MailboxCommand
MailboxCommand. valueOf(String name)
Returns the enum constant of this type with the specified name.static MailboxCommand[]
MailboxCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.