Cmd

TODO

Cmd objects in C++ are referenced by the following shared pointer typedef:

typedef std::shared_ptr<rogue::protocols::srp::Cmd> rogue::protocols::srp::CmdPtr

The Cmd class description is shown below:

class Cmd : public rogue::interfaces::stream::Master

SRP Cmd.

Public Functions

Cmd()

Creator.

~Cmd()

Deconstructor.

void sendCmd(uint8_t opCode, uint32_t context)

Post a transaction. Master will call this method with the access attributes.

Public Static Functions

static std::shared_ptr<rogue::protocols::srp::Cmd> create()

Class creation.

static void setup_python()

Setup class in python.