ADLINK PCIe-2602 User Manual

Page 19

Advertising
background image

Function Library

9

PCIe-2602-FLR

Syntax

C/C++

int Sdi_GetDeviceVendorName (char *Name)

C#

string GetDeviceVendorName ()

VB.Net

GetDeviceVendorName () As String

Parameter(s)

Name

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

ies the vendor name string, such as “ADLINK”. 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 vendor name.

VB.Net

Return vendor name.

Device Model Name

Returns the model name.

Syntax

C/C++

int Sdi_GetDeviceModelName (UINT Number, char

*Name)

C#

string GetDeviceModelName (uint Number)

VB.Net

Advertising