| Top |  |  |  |  | 
The Spice protocol defines a set of messages to redirect USB devices from the Spice client to the VM. This channel handles these messages.
struct SpiceUsbredirChannel;
The SpiceUsbredirChannel struct is opaque and should not be accessed directly.
struct SpiceUsbredirChannelClass {
    SpiceChannelClass parent_class;
    /* signals */
};
Class structure for SpiceUsbredirChannel.