Errormaxlengthda100 – Yokogawa PC-Based MX100 User Manual
Page 1145
Advertising

24-54
IM MX190-01E
errorMaxLengthDA100
Syntax
int errorMaxLengthDA100(void);
Declaration
Visual Basic
Public Declare Function errorMaxLengthDA100 Lib "DAQDA100"()
As Long
Visual Basic.NET
Public Declare Ansi Function errorMaxLengthDA100 Lib
"DAQDA100"() As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="errorMaxLengthDA100")]
public static extern int errorMaxLengthDA100();
Description
Gets the maximum length of the error message string.
• The return value does not include the terminator.
Return value
Returns the length of the string.
Reference
CDAQDA100::getMaxLenErrorMessage
24.2 Details of Functions - DARWIN (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions
Advertising