BoardConfig.SetUserDeviceId()

Sets the name that identifies a USB or Ethernet device.

Member of the cBoardConfig class. Accessible from the MccBoard.BoardConfig property.

Function Prototype

VB .NET

Public Function SetUserDeviceId(ByRef UserDeviceId As String) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo SetUserDeviceId(string UserDeviceId)

Parameters

UserDeviceId

A string containing the name that identifies a USB or Ethernet device.

Returns