SinricPro Library
Loading...
Searching...
No Matches
KeypadController< T >

KeypadController. More...

#include <KeypadController.h>

Public Member Functions

void onKeystroke (KeystrokeCallback cb)
 Set callback function for sendKeystroke request.
 

Detailed Description

template<typename T>
class SINRICPRO_3_0_0::KeypadController< T >

KeypadController.

Member Function Documentation

◆ onKeystroke()

template<typename T >
void onKeystroke ( KeystrokeCallback  cb)

Set callback function for sendKeystroke request.

Parameters
cbFunction pointer to a KeystrokeCallback function
Returns
void
See also
KeystrokeCallback