Samraksh eMote .NOW
Timer Constructor(String,UInt64,Int32)



Driver name; must be "RealTimeInteropTimer"
Interval between callbacks (microseconds)
How many callbacks to make (0 = infinite)
Realtime Timer
Syntax
'Declaration
 
<ObsoleteAttribute("Deprecated. Use other constructor.")>
Public Function New( _
   ByVal strDrvName As String, _
   ByVal period As ULong, _
   ByVal callbackCount As Integer _
)
'Usage
 
Dim strDrvName As String
Dim period As ULong
Dim callbackCount As Integer
 
Dim instance As New Timer(strDrvName, period, callbackCount)
[Obsolete("Deprecated. Use other constructor.")]
public Timer( 
   string strDrvName,
   ulong period,
   int callbackCount
)
[Obsolete("Deprecated. Use other constructor.")]
public:
Timer( 
   String^ strDrvName,
   ulong period,
   int callbackCount
)

Parameters

strDrvName
Driver name; must be "RealTimeInteropTimer"
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