Class GetVersion

All Implemented Interfaces:
SerializableMessage

public class GetVersion
extends SCPRequest<GetVersion.Response>
A request to read the version of software running on a core. The response payload is the version descriptor.

Calls cmd_ver() in scamp-cmd.c or sark_cmd_ver() in sark_base.c, depending on which core the message is sent to.