Yokogawa PC-Based MX100 User Manual

Page 1172

Advertising
background image

24-81

IM MX190-01E

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

24

alarmMaxLengthDA100Reader

Syntax

int alarmMaxLengthDA100Reader(void);

Declaration

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

Description

Gets the maximum length of the alarm type.
• The return value does not include the terminator.

Return value

Returns the length of the string.

Reference

CDAQDARWINDataInfo::getMaxLenAlarmName

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

Advertising