Samraksh eMote .NOW
Timer Constructor(UInt64)



Interval between callbacks (microseconds)
Realtime Timer
Syntax
'Declaration
 
Public Function New( _
   ByVal period As ULong _
)
'Usage
 
Dim period As ULong
 
Dim instance As New Timer(period)
public Timer( 
   ulong period
)
public:
Timer( 
   ulong period
)

Parameters

period
Interval between callbacks (microseconds)
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Timer Class
Timer Members
Overload List

Send Feedback