HidStream Class | HIDSharp |
Communicates with a USB HID class device.
Inheritance Hierarchy



HidSharp HidStream
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public abstract class HidStream : Stream
public abstract class HidStream : Stream
Public MustInherit Class HidStream _ Inherits Stream
Public MustInherit Class HidStream _ Inherits Stream
public ref class HidStream abstract : public Stream
public ref class HidStream abstract : public Stream
[<AbstractClassAttribute>] type HidStream = class inherit Stream end
[<AbstractClassAttribute>] type HidStream = class inherit Stream end
See Also