Opens a device session with a shared device.
C/C++
int cbDeviceLogin(int BoardNum, char* UserName, char* Password);
Visual Basic
Function cbDeviceLogin(ByVal BoardNum&, UserName$, Password$) As Long
BoardNum
The number associated with the board when it was installed with InstaCal or created with cbCreateDaqDevice(). BoardNum may be 0 to 99.
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.