![FlyTech P234 User Manual Download Page 80](http://html1.mh-extra.com/html/flytech/p234/p234_user-manual_2312382080.webp)
70
MetaCycleOff
Number of off blink cycles. (Not support
–
default 0)
Example code
#include "stdafx.h"
NLED_SETTINGS_INFO ledSettingsInfo = { 0 };
void SetVibratorOn(void)
{
ledSettingsInfo.LedNum = 0;
ledSettingsInfo.OffOnBlink = 0;
if(!NLedSetDevice(
NLED_SETTINGS_INFO_ID
,&ledSettingsInfo))
MessageBox(L"NLED ghNLED = NULL!!",L"Error",MB_OK);
}