replace class/subclass with Class type

This commit is contained in:
Sebastian Zagrodzki
2017-04-09 16:41:38 +02:00
parent 6d9ea8e966
commit 3e59eeac6c
5 changed files with 16 additions and 12 deletions

View File

@@ -56,8 +56,8 @@ func (i InterfaceInfo) String() string {
type InterfaceSetup struct {
Number uint8
Alternate uint8
IfClass uint8
IfSubClass uint8
IfClass Class
IfSubClass Class
IfProtocol uint8
Endpoints []EndpointInfo
}