Daqdevice.getsupportedmessages(), Getsupportedmessages() – Measurement Computing DAQFlex User Guide User Manual

Page 30

Advertising
background image

DAQFlex Software User's Guide

DAQFlex Software Reference

30

DaqDevice.GetSupportedMessages()

Gets the messages supported by a DAQ component.

C#:

public List<string> GetSupportedMessages(string daqComponent);

VB:

Function GetSupportedMessages(ByVal daqComponent As String) As List(Of
String)

Parameter

daqComponent

A DAQ component, such as AISCAN, DEV, TMR, and so on.

Return value

A list of messages supported by the daqComponent parameter.

Advertising