Samraksh eMote .NOW
ConfigureBatchModeWithThresholding Method (ADCInternal)



Syntax
'Declaration
 
Public Shared Function ConfigureBatchModeWithThresholding( _
   ByVal SampleBuff() As UShort, _
   ByVal channel As Integer, _
   ByVal NumSamples As UInteger, _
   ByVal SamplingTime As UInteger, _
   ByVal threshold As UInteger _
) As DeviceStatus
'Usage
 
Dim SampleBuff() As UShort
Dim channel As Integer
Dim NumSamples As UInteger
Dim SamplingTime As UInteger
Dim threshold As UInteger
Dim value As DeviceStatus
 
value = ADCInternal.ConfigureBatchModeWithThresholding(SampleBuff, channel, NumSamples, SamplingTime, threshold)
public static DeviceStatus ConfigureBatchModeWithThresholding( 
   ushort[] SampleBuff,
   int channel,
   uint NumSamples,
   uint SamplingTime,
   uint threshold
)
public:
static DeviceStatus ConfigureBatchModeWithThresholding( 
   array<ushort>^ SampleBuff,
   int channel,
   uint NumSamples,
   uint SamplingTime,
   uint threshold
) 

Parameters

SampleBuff
channel
NumSamples
SamplingTime
threshold
Requirements

Target Platforms: eMote .NOW

See Also

Reference

ADCInternal Class
ADCInternal Members

Send Feedback