usbDeviceDescMaxPacketSize
BINTEC-USB ·
.0.1.1.8
Object
column
Integer32
The maximum packet size supported by the USB device. This value normally depends on the USB standard supported.
Context
- MIB
- BINTEC-USB
- OID
.0.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- usbDeviceDescEntry
- Table
- usbDeviceDescTable
- Siblings
- 19
Syntax
Integer32
Values & Constraints
Object Constraints
range: 0-255
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| usbDeviceDescDevAddr DevAddr = (slot << 12) | (unit << 8) | (Enum << 4).
Enum is assigned by the USB device enumerator. | column | Integer32 | .0.1.1.1 |
| usbDeviceDescIdProduct The (hopefully) unique USB device product ID. | column | Integer32 | .0.1.1.10 |
| usbDeviceDescBcdDevice The USB device release number in BCD format. | column | Integer32 | .0.1.1.11 |
| usbDeviceDescTxtManufacturer Human readable manufacturers name (if present). | column | SNMPv2-TCDisplayString | .0.1.1.12 |
| usbDeviceDescTxtProduct Human readable product name (if present). | column | SNMPv2-TCDisplayString | .0.1.1.13 |
| usbDeviceDescTxtSerialNumber Human readable serial number (if present). | column | SNMPv2-TCDisplayString | .0.1.1.14 |
| usbDeviceDescNumConfigurations The number of alternative device configurations
supported by the USB device. | column | Integer32 | .0.1.1.15 |
| usbDeviceDescRawData Device descriptor raw data for debugging purposes only. | column | OctetString | .0.1.1.16 |
| usbDeviceDescHubPortNumber The number of the port the USB device is connected to. | column | Integer32 | .0.1.1.17 |
| usbDeviceDescDeviceSpeed The speed the USB device uses for data transmission. | column | Enumeration | .0.1.1.18 |
| usbDeviceDescDepth The depth in the bus topology where the device is located.
0 = Root Hub, 1 = Device at Root Hub, 2 = Device at ext. Hub,
3 = Device at external Hub connected to an external Hub, e… | column | Integer32 | .0.1.1.19 |
| usbDeviceDescUpTime TimeStamp when the USB host controller/root hub
detected the inserted USB device. | column | SNMPv2-TCTimeStamp | .0.1.1.2 |
| usbDeviceDescParent DevAddr = (slot << 12) | (unit << 8) | (Enum << 4)
of the parent hub for this device.
Enum is assigned by the USB device enumerator. | column | Integer32 | .0.1.1.20 |
| usbDeviceDescStatus Current status of the USB device:
attach - attach the device to the specified device class
config - configure the device if supported
detach - detach the device from upper layers. | column | Enumeration | .0.1.1.3 |
| usbDeviceDescBcdUSB The USB standard supported by the device. | column | Enumeration | .0.1.1.4 |
| usbDeviceDescDeviceClass The class code of the USB device.
0x00 - each interface specifies it's own class code.
0xFF - the class code is vendor specific.
Otherwise the value is a valid class code. | column | Enumeration | .0.1.1.5 |
| usbDeviceDescDeviceSubClass DeviceClass dependent SubClass code.
There are no unique values over all DeviceClasses defined. | column | Integer32 | .0.1.1.6 |
| usbDeviceDescDeviceProtocol DeviceClass and SubClass dependent DeviceProtocol code.
There are no unique values over all DeviceClasses defined. | column | Integer32 | .0.1.1.7 |
| usbDeviceDescIdVendor The unique USB device vendor ID. | column | Integer32 | .0.1.1.9 |