Home | History | Annotate | Download | only in winusb

Lines Matching full:endpoint

116   /** \brief Gets information about an endpoint on this interface.

118 @param[in] endpoint_index Zero-based endpoint index. There are two
122 @param[out] info Upon successful completion will have endpoint information.
129 /** \brief Opens an endpoint on this interface.
131 @param[in] endpoint_index Zero-based endpoint index. There are two
136 this parameter has no effect on the way endpoint is opened. It's
139 this parameter has no effect on the way endpoint is opened. It's
141 @return Handle to the opened endpoint object or NULL on failure.
154 /** \brief Opens an endpoint on this interface.
156 @param[in] endpoint_id Endpoint (pipe) address on the device.
157 @param[in] endpoint_index Zero-based endpoint index.
158 @return Handle to the opened endpoint object or NULL on failure.
192 /// Index for the default bulk read endpoint
195 /// ID for the default bulk read endpoint
198 /// Index for the default bulk write endpoint
201 /// ID for the default bulk write endpoint