iINTERVAL Struct Reference

Wake interval data. More...

#include <UVSOCK.h>


Data Fields

UINT bAutoStart: 1
 1:=start the target if it is not running, 0:=do not start the target
UINT bCycles: 1
 1:=interval is in cycles, 0:=interval is in seconds
UINT bSetInterval: 1
 1:=set the callback interval in this message, 0:=don't set a callback
UINT __pad0__:29
 Reserved.
float fSeconds
 Wake interval in seconds (if bCycles:=0).
xI64 iCycles
 Wake interval in cycles (if bCycles:=1).
UINT nRes [7]
 Reserved.


Detailed Description

Wake interval data.

Contains data indicating how to set a wake interval time.

This structure is used in the following messages:

Client ==> uVision (Request)

Definition at line 1189 of file UVSOCK.h.


Copyright (c) KEIL - An ARM Company.
All rights reserved.
Visit our web site at www.keil.com.

Generated with doxygen.