A.1.6 getlcraddr, A.1.6, Getlcraddr – ADLINK EOS-1200 User Manual

Page 59

Advertising
background image

Function Library

47

EOS-1200

VB.Net

GetCardType (ByVal CardNumber As Short, ByRef
cardType As Short) As Short

C#

short GetCardType (ushort CardNumber, out ush-
ort cardType)

Parameter(s)

CardNumber

ID of the card for release.

CardType

Returns the card type.

Return Code(s)

NoError
ErrorInvalidCardNumber
ErrorCardNotRegistered
ErrorFuncNotSupport

A.1.6

GetLCRAddr

Description

Obtains the LCR base address of the device with a speci-
fied card index as defined by the onboard PCI controller.

Syntax

C/C++

I16 GetLCRAddr(U16 CardNumber, U32 *LcrAddr)

Visual Basic

GetLCRAddr (ByVal CardNumber As Integer,
LcrAddr As Long) As Integer

VB.Net

GetLCRAddr (ByVal CardNumber As Short, ByRef
LcrAddr As Integer) As Short

Advertising