Some javadoc reformating.
This commit is contained in:
parent
6288a4e560
commit
33d6a78a6b
@ -78,10 +78,10 @@ public final class SsEndpointCompanionDescriptor
|
||||
public native byte bMaxBurst();
|
||||
|
||||
/**
|
||||
* Returns the attributes. In bulk endpoint: bits 4:0 represents the maximum
|
||||
* number of streams the EP supports. In isochronous endpoint: bits 1:0
|
||||
* represents the Mult - a zero based value that determines the maximum
|
||||
* number of packets within a service interval
|
||||
* Returns the attributes. In bulk endpoint: bits 4:0 represents the
|
||||
* maximum number of streams the EP supports. In isochronous endpoint:
|
||||
* bits 1:0 represents the Mult - a zero based value that determines the
|
||||
* maximum number of packets within a service interval.
|
||||
*
|
||||
* @return The attributes.
|
||||
*/
|
||||
|
||||
@ -22,8 +22,9 @@ import org.apache.commons.lang3.builder.EqualsBuilder;
|
||||
import org.apache.commons.lang3.builder.HashCodeBuilder;
|
||||
|
||||
/**
|
||||
* A structure representing the SuperSpeed USB Device Capability descriptor This
|
||||
* descriptor is documented in section 9.6.2.2 of the USB 3.0 specification.
|
||||
* A structure representing the SuperSpeed USB Device Capability descriptor.
|
||||
* This descriptor is documented in section 9.6.2.2 of the USB 3.0
|
||||
* specification.
|
||||
*
|
||||
* All multiple-byte fields are represented in host-endian format.
|
||||
*
|
||||
@ -35,8 +36,8 @@ public final class SsUsbDeviceCapabilityDescriptor
|
||||
private long ssUsbDeviceCapabilityDescriptorPointer;
|
||||
|
||||
/**
|
||||
* Constructs a new SuperSpeed USB Device Capability descriptor which can be
|
||||
* passed to the
|
||||
* Constructs a new SuperSpeed USB Device Capability descriptor which can
|
||||
* be passed to the
|
||||
* {@link LibUsb#getSsUsbDeviceCapabilityDescriptor(Context,
|
||||
* BosDevCapabilityDescriptor, SsUsbDeviceCapabilityDescriptor)} method.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user