dp12
Xilinx SDK Drivers API Documentation
XDp_SbMsgLinkAddressReplyDeviceInfo Struct Reference

This typedef describes a DisplayPort branch device. More...

Data Fields

u8 Guid [XDP_GUID_NBYTES]
 The global unique identifier (GUID) of the branch device. More...
 
u8 NumPorts
 The number of ports associated with this branch device. More...
 
XDp_SbMsgLinkAddressReplyPortDetail PortDetails [XDP_MAX_NPORTS]
 An array describing all ports attached to this branch device. More...
 

Detailed Description

This typedef describes a DisplayPort branch device.

This structure is used when the driver is operating in multi-stream transport (MST) mode.

Field Documentation

◆ Guid

u8 XDp_SbMsgLinkAddressReplyDeviceInfo::Guid[XDP_GUID_NBYTES]

The global unique identifier (GUID) of the branch device.

◆ NumPorts

u8 XDp_SbMsgLinkAddressReplyDeviceInfo::NumPorts

The number of ports associated with this branch device.

◆ PortDetails

XDp_SbMsgLinkAddressReplyPortDetail XDp_SbMsgLinkAddressReplyDeviceInfo::PortDetails[XDP_MAX_NPORTS]

An array describing all ports attached to this branch device.