Enum USBRecipient
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum USBRecipient
Fields
[Value("\"device\"")] Device = 0[Value("\"interface\"")] Interface = 1[Value("\"endpoint\"")] Endpoint = 2[Value("\"other\"")] Other = 3