ProjectNfpDirector class

Base classes

class al::NfpDirector

Constructors, destructors, conversion operators

ProjectNfpDirector()

Public functions

void update() override
void showError(const nn::Result& result) override
auto tryGetTriggerTouchNfpInfo() -> al::NfpInfo*
auto isNfpErrorHandled() -> bool
void executeCommand(sead::Thread*, s64)
void initialize()
void enqueueCommand(NfpApplicationCommand)
void finalize()
void stop()
void listDevices()
void start()
void clearCommand()
void resetError()
void executeCommandInitialize()
void executeCommandFinalize()
void executeCommandListDevices()
void executeCommandStart()
void executeCommandStop()

Function documentation

void ProjectNfpDirector::executeCommand(sead::Thread*, s64)

void ProjectNfpDirector::initialize()

void ProjectNfpDirector::enqueueCommand(NfpApplicationCommand)

void ProjectNfpDirector::finalize()

void ProjectNfpDirector::stop()

void ProjectNfpDirector::listDevices()

void ProjectNfpDirector::start()

void ProjectNfpDirector::clearCommand()

void ProjectNfpDirector::resetError()

void ProjectNfpDirector::executeCommandInitialize()

void ProjectNfpDirector::executeCommandFinalize()

void ProjectNfpDirector::executeCommandListDevices()

void ProjectNfpDirector::executeCommandStart()

void ProjectNfpDirector::executeCommandStop()