Previous topic

spinnman.messages.udp_utils.udp_utils module

Next topic

spinnman.model package

This Page

spinnman.messages.multicast_message module

class spinnman.messages.multicast_message.MulticastMessage(key, payload=None)[source]

Bases: object

A SpiNNaker Multicast message

Parameters:
  • key (int) – The key of the packet
  • payload (int) – The optional payload of the packet
Raises None:

No known exceptions are raised

Attributes

key The key of the packet
payload The payload of the packet if there is one