Data Fields | |
int | iConnectionType |
Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types. | |
ADLConnectionProperties | aConnectionProperties |
Specifies the connection properties. | |
int | iNumberofPorts |
Number of ports. | |
int | iActiveConnections |
Number of Active Connections. | |
int | iDataSize |
actual size of EDID data block size. | |
char | EdidData [1024] |
EDID Data. |
this structure is used to retrieve the data from driver which includes
Connection type. based on the connection type either iNumberofPorts or IDataSize,EDIDdata is valid, Define_connection_types.
Specifies the connection properties.
Number of ports.
Number of Active Connections.
actual size of EDID data block size.
char ADLConnectionData::EdidData[1024] |
EDID Data.