ADLINK PCIe-2602 User Manual

Page 35

Advertising
background image

Function Library

25

PCIe-2602-FLR

public uint Width;

public uint Height;

public uint FrameRate;

public uint Interlace;

}

struct RESOLUTION_CAPABILITIES

{

public uint NumSdiResolution;

public IntPtr SdiResolutions;

}

VB.Net

Structure SENSOR_PROPERTIES

<MarshalAs(UnmanagedType.ByValT-

Str,SizeConst:=256)> _

Dim Name As String

Dim Width As UInteger

Dim Height As UInteger

Dim FrameRate As UInteger

Dim Interlace As UInteger

End Structure

Structure RESOLUTION_CAPABILITIES

Dim NumSdiResolution As UInteger

Dim SdiResolutions As IntPtr

End Structure

Advertising