Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

auto_connect?: boolean

Set this to TRUE to automatically redirect newly plugged in device.

Note when #SpiceGtkSession's auto-usbredir property is TRUE, this property is controlled by #SpiceGtkSession.

auto_connect_filter?: string

Set a string specifying a filter to use to determine which USB devices to autoconnect when plugged in, a filter consists of one or more rules. Where each rule has the form of:

class,``vendor,``product,``version,``allow

Use -1 for class/``vendor/``product/``version to accept any value.

And the rules themselves are concatenated like this:

rule1|rule2|rule3

The default setting filters out HID (class 0x03) USB devices from auto connect and auto connects anything else. Note the explicit allow rule at the end, this is necessary since by default all devices without a matching filter rule will not auto-connect.

Filter strings in this format can be easily created with the RHEV-M USB filter editor tool.

redirect_on_connect?: string

Set a string specifying a filter selecting USB devices to automatically redirect after a Spice connection has been established.

See #SpiceUsbDeviceManager:auto-connect-filter for the filter string format.

#SpiceSession this #SpiceUsbDeviceManager is associated with

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method