5 digital i/o functions, Digital i/o functions – ADLINK PCIe-2602 User Manual

Page 56

Advertising
background image

46

Function Library

Syntax

C/C++

int Sdi_GetMismatchFrameCount (UINT Number,

UINT &Count)

C#

int GetMismatchFrameCount (uint Number, out

uint Count)

VB.Net

GetMismatchFrameCount (ByVal Number as UInte-

ger, ByRef Count as UInteger) As Integer

Parameter(s)

Number

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

to 31.

Count

Number of frames dropped

Return Value

No error occurs if return value ≥ 0; if a negative value, please refer
to Other Functions for return code error information.

2.4.5

Digital I/O Functions

Digital I/O Selector

Sets or retrieves the DI and DO channel set when GetDI

and SetDO are called.

Syntax

C/C++

int Sdi_SetDigitalIOSelector (UINT Number,

UINT Channel)

int Sdi_GetDigitalIOSelector (UINT Number,

UINT& Channel)

C#

Advertising