Samraksh eMote .NOW
Timer Constructor(UInt64,Int32)



Interval between callbacks (microseconds)
How many callbacks to make (0 = infinite)
Realtime Timer
Syntax
'Declaration
 
<ObsoleteAttribute("Deprecated. callbackCount no longer used.")>
Public Function New( _
   ByVal period As ULong, _
   ByVal callbackCount As Integer _
)
'Usage
 
Dim period As ULong
Dim callbackCount As Integer
 
Dim instance As New Timer(period, callbackCount)
[Obsolete("Deprecated. callbackCount no longer used.")]
public Timer( 
   ulong period,
   int callbackCount
)
[Obsolete("Deprecated. callbackCount no longer used.")]
public:
Timer( 
   ulong period,
   int callbackCount
)

Parameters

period
Interval between callbacks (microseconds)
callbackCount
How many callbacks to make (0 = infinite)
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Timer Class
Timer Members
Overload List

Send Feedback