User Manual

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);
}