GUsb.Endpoint¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
Virtual Methods¶
- Inherited:
 
Properties¶
None
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Class Details¶
- class GUsb.Endpoint(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
- get_address()¶
 - Returns:
 The 4-bit endpoint address
- Return type:
 
Gets the address of the endpoint.
New in version 0.3.3.
- get_direction()¶
 - Returns:
 The endpoint direction
- Return type:
 
Gets the direction of the endpoint.
New in version 0.3.3.
- get_extra()¶
 - Returns:
 a
GLib.Bytes, orNonefor failure- Return type:
 
Gets any extra data from the endpoint.
New in version 0.3.3.
- get_kind()¶
 - Returns:
 The 8-bit type
- Return type:
 
Gets the type of endpoint.
New in version 0.3.3.
- get_maximum_packet_size()¶
 - Returns:
 The maximum packet size
- Return type:
 
Gets the maximum packet size this endpoint is capable of sending/receiving.
New in version 0.3.3.
- get_number()¶
 - Returns:
 The lower 4-bit of endpoint address
- Return type:
 
Gets the number part of endpoint address.
New in version 0.3.3.
- get_polling_interval()¶
 - Returns:
 The endpoint polling interval
- Return type:
 
Gets the endpoint polling interval.
New in version 0.3.3.
- get_refresh()¶
 - Returns:
 The endpoint refresh
- Return type:
 
Gets the rate at which synchronization feedback is provided, for audio device only.
New in version 0.3.3.