DeviceLogin()

Opens a device session with a shared device.

Member of the MccBoard class.

Function Prototype

VB .NET

Public Function DeviceLogin(ByVal userName As String, ByVal password As String) As MccDaq.ErrorInfo

C# .NET

public MccDaq.ErrorInfo DeviceLogin(System.String userName, System.String password)

Parameters

userName

A null-terminated string that identifies the user name used to log in to a device session.

password

A null-terminated string that identifies the password used to log in to a device session.

Returns

Notes