Samraksh eMote .NOW
Change Method



Delay before first callback (microseconds)
Interval between callbacks (microseconds)
Change the timer due time and period
Syntax
'Declaration
 
Public Function Change( _
   ByVal dueTime As UInteger, _
   ByVal period As UInteger _
) As Boolean
'Usage
 
Dim instance As Timer
Dim dueTime As UInteger
Dim period As UInteger
Dim value As Boolean
 
value = instance.Change(dueTime, period)
public bool Change( 
   uint dueTime,
   uint period
)
public:
bool Change( 
   uint dueTime,
   uint period
) 

Parameters

dueTime
Delay before first callback (microseconds)
period
Interval between callbacks (microseconds)

Return Value

Success / failure
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Timer Class
Timer Members

Send Feedback