UCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT_IN_PARAMS structure (ucmtcpciportcontrollerrequests.h)

Stores the values of TRANSMIT Register. This structure is used in the IOCTL_UCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT request.

Syntax

typedef struct _UCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT_IN_PARAMS {
  UCMTCPCIPORTCONTROLLER            PortControllerObject;
  UCMTCPCI_PORT_CONTROLLER_TRANSMIT Transmit;
} UCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT_IN_PARAMS, *PUCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT_IN_PARAMS;

Members

PortControllerObject

Handle to the port controller object that the client driver received in the previous call to UcmTcpciPortControllerCreate.

Transmit

A pointer to the UCMTCPCI_PORT_CONTROLLER_TRANSMIT structure that contains the value to set in the TRANSMIT register defined as per the Universal Serial Bus Type-C Port Controller Interface Specification. This structure is declared in UcmTcpciSpec.h.

Requirements

Requirement Value
Header ucmtcpciportcontrollerrequests.h

See also

IOCTL_UCMTCPCI_PORT_CONTROLLER_SET_TRANSMIT