ADLINK PCIe-2602 User Manual

Page 20

Advertising
background image

10

Function Library

GetDeviceModelName (ByVal Number as UInteger)

As String

Parameter(s)

Number

The number of the SDI channel, with allowed values from 0

to 31.

Name

Points to a user-allocated buffer into which the function cop-

ies the model name string, for example, “PCIe-2602”. The
name is NULL-terminated.

Return Value

C/C++

No error occurs if return value >= 0; if negative, refer to

Other Functions for return code error information.

C#

Return model name.

VB.Net

Return model name.

Device Version

Returns the hardware device version.

Syntax

C/C++

int Sdi_GetDeviceVersion (UINT Number, char

*Version)

C#

string GetDeviceVersion (uint Number)

VB.Net

GetDeviceVersion (ByVal Number as UInteger) As

String

Advertising