84
Function Library
4.10.2 Access Permission
Purpose
These functions set or get whether or not applications can access
the EDID ROM.
Prototype
C/C++
int Hdv62_SetEdidAccessPermission (UINT Number,
UINT Status)
int Hdv62_GetEdidAccessPermission (UINT Number,
UINT& Status)
C#
int SetEdidAccessPermission (uint Number, uint
Status)
int GetEdidAccessPermission (uint Number, out uint
Status)
VB.Net
SetEdidAccessPermission (ByVal Number As UInteger,
ByVal Status As UInteger) As Integer
GetEdidAccessPermission (ByVal Number As UInteger,
ByRef Status As UInteger) As Integer
Parameters
Number
The number of device. The allowed value is from 0 to 15.
Status
Indicates whether or not the EDID ROM can be accessed.
The EDID ROM can be accessed by either application or
external device at the same time. So if you want to open
EDID, you need to open access permission, configure EDID
ROM, close access permission, and then plug external
device into DVI-I connector. Please see figure 4-2 for EDID
hardware architecture. Could be one of the following values:
0: EDID ROM is not accessible
1: EDID ROM is accessible
Summary of Contents for HDV62
Page 11: ...vi List of Figures...
Page 25: ...14 Installation Guide...
Page 26: ...Installation Guide 15...
Page 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Page 105: ...94 Programming Guide Video Proc Amp...
Page 163: ...152 ViewCreatorPro Utility...