Class

GUsbEndpoint

Description

final class GUsb.Endpoint : GObject.Object {
  /* No available fields */
}
No description available.

Ancestors

  • GObject

Instance methods

g_usb_endpoint_get_address

Gets the address of the endpoint.

Available since: 0.3.3

g_usb_endpoint_get_direction

Gets the direction of the endpoint.

Available since: 0.3.3

g_usb_endpoint_get_extra

Gets any extra data from the endpoint.

Available since: 0.3.3

g_usb_endpoint_get_kind

Gets the type of endpoint.

Available since: 0.3.3

g_usb_endpoint_get_maximum_packet_size

Gets the maximum packet size this endpoint is capable of sending/receiving.

Available since: 0.3.3

g_usb_endpoint_get_number

Gets the number part of endpoint address.

Available since: 0.3.3

g_usb_endpoint_get_polling_interval

Gets the endpoint polling interval.

Available since: 0.3.3

g_usb_endpoint_get_refresh

Gets the rate at which synchronization feedback is provided, for audio device only.

Available since: 0.3.3

g_usb_endpoint_get_synch_address

Gets the address if the synch endpoint, for audio device only.

Available since: 0.3.3

Class structure

struct GUsbEndpointClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.