A.1.5 getcardtype, A.1.5, Getcardtype – ADLINK EOS-1200 User Manual

Page 58

Advertising
background image

46

Function Library

VB.Net

GetCardIndexFromID (ByVal CardNumber As Short,
ByRef cardType As Short, ByRef cardIndex As
Short) As Short

C#

short GetCardIndexFromID (ushort CardNumber,
out ushort cardType, out ushort cardIndex)

Parameter(s)

CardNumber

ID of the card for release.

CardType

Returns the card type.

CardIndex

Returns the sequence number of the card of the same type

Return Code(s)

NoError
ErrorInvalidCardNumber
ErrorCardNotRegistered
ErrorFuncNotSupport

A.1.5

GetCardType

Description

Obtains the card type of the device with a specified card
index.

Syntax

C/C++

I16 GetCardType (U16 CardNumber, U16 *card-
Type)

Visual Basic

GetCardType (ByVal CardNumber As Integer,
cardType As Integer) As Integer

Advertising