nn::hid::CTR::HidBase::WaitSamplingAny Member Function

Syntax

static s32 WaitSamplingAny(
     HidBase * devices[],
     s32 numDevices
);

static s32 WaitSamplingAny(
     HidBase * devices[],
     s32 numDevices,
     nn::fnd::TimeSpan timeout
);

List of Overloaded Member Functions

WaitSamplingAny(HidBase *, s32) Waits for one of the devices specified in the arguments to be sampled.
WaitSamplingAny(HidBase *, s32, nn::fnd::TimeSpan) Waits for one of the devices specified in the arguments to be sampled while using a timeout period.

Description of WaitSamplingAny(HidBase *, s32)

Waits for one of the devices specified in the arguments to be sampled.

Description of WaitSamplingAny(HidBase *, s32, nn::fnd::TimeSpan)

Waits for one of the devices specified in the arguments to be sampled while using a timeout period.


CONFIDENTIAL