Samraksh eMote .NOW
AdcCallBack Delegate



Delegate for ADC continuous mode mode callback method
Syntax
'Declaration
 
Public Delegate Sub AdcCallBack( _
   ByVal thresholdTime As Long _
) 
'Usage
 
Dim instance As New AdcCallBack(AddressOf HandlerMethod)
public delegate void AdcCallBack( 
   long thresholdTime
)
public delegate void AdcCallBack( 
   int64 thresholdTime
)

Parameters

thresholdTime
Requirements

Target Platforms: eMote .NOW

See Also

Reference

AdcCallBack Members
Samraksh.eMote.DotNow Namespace

Send Feedback