Uses of Class
uk.ac.manchester.spinnaker.messages.notification.NotificationMessageCode
Package | Description |
---|---|
uk.ac.manchester.spinnaker.messages.notification |
The messages of the notification protocol.
|
-
Uses of NotificationMessageCode in uk.ac.manchester.spinnaker.messages.notification
Methods in uk.ac.manchester.spinnaker.messages.notification that return NotificationMessageCode Modifier and Type Method Description static NotificationMessageCode
NotificationMessageCode. get(int command)
Get a command from an ID.static NotificationMessageCode
NotificationMessageCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationMessageCode[]
NotificationMessageCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.messages.notification with parameters of type NotificationMessageCode Constructor Description AbstractNotificationMessage(NotificationMessageCode command)