Yokogawa PC-Based MX100 User Manual

Page 1188

Advertising
background image

24-97

IM MX190-01E

DARWIN for Extended API - Visual C/Visual Basic/Visual Basic.NET/Visual C#

24

errorMaxLengthDA100Reader

Syntax

int errorMaxLengthDA100Reader(void);

Declaration

Visual Basic
Public Declare Function errorMaxLengthDA100Reader Lib
"DAQDA100"() As Long
Visual Basic.NET
Public Declare Ansi Function errorMaxLengthDA100Reader Lib
"DAQDA100"() As Integer
C#
[DllImport("DAQDA100.dll" CharSet=CharSet.Auto,
EntryPoint="errorMaxLengthDA100Reader"]
public static extern int errorMaxLengthDA100Reader();

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

CDAQDA100Reader::getMaxLenErrorMessage

24.4 Details of Instantaneous Value Loading Functions - DARWIN - Status Transition Functions

Advertising