| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| RZUSBSTICK | |||
|
|||
USBVER = 1
|
|||
RZ_CMD_SET_MODE = 7RZUSB opcode to specify operating mode |
|||
RZ_CMD_SET_CHANNEL = 8RZUSB opcode to specify the channel |
|||
RZ_CMD_OPEN_STREAM = 9RZUSB opcode to open a stream for packet injection |
|||
RZ_CMD_CLOSE_STREAM = 10RZUSB opcode to close a stream for packet injection |
|||
RZ_CMD_INJECT_FRAME = 13RZUSB opcode to specify a frame to inject |
|||
RZ_CMD_JAMMER_ON = 14RZUSB opcode to turn the jammer function on |
|||
RZ_CMD_JAMMER_OFF = 15RZUSB opcode to turn the jammer function off |
|||
RZ_CMD_MODE_AC = 0RZUSB mode for aircapture (inject + sniff) |
|||
RZ_CMD_MODE_NONE = 4RZUSB no mode specified |
|||
RZ_RESP_LOCAL_TIMEOUT = 0RZUSB Response: Local Timeout Error |
|||
RZ_RESP_SUCCESS = 128RZUSB Response: Success |
|||
RZ_RESP_SYNTACTICAL_ERROR = 129RZUSB Response: Syntactical Error |
|||
RZ_RESP_SEMANTICAL_ERROR = 130RZUSB Response: Semantical Error |
|||
RZ_RESP_HW_TIMEOUT = 131RZUSB Response: Hardware Timeout |
|||
RZ_RESP_SIGN_ON = 132RZUSB Response: Sign On |
|||
RZ_RESP_GET_PARAMETER = 133RZUSB Response: Get Parameter |
|||
RZ_RESP_TRX_READ_REGISTER = 134RZUSB Response: Transceiver Read Register Error |
|||
RZ_RESP_TRX_READ_FRAME = 135RZUSB Response: Transceiver Read Frame Error |
|||
RZ_RESP_TRX_READ_SRAM = 136RZUSB Response: Transceiver Read SRAM Error |
|||
RZ_RESP_TRX_GET_PIN = 137RZUSB Response: Transceiver Get PIN Error |
|||
RZ_RESP_TRX_BUSY = 138RZUSB Response: Transceiver Busy Error |
|||
RZ_RESP_PRITMITIVE_FAILED = 139RZUSB Response: Primitive Failed Error |
|||
RZ_RESP_PRITMITIVE_UNKNOWN = 140RZUSB Response: Primitive Unknown Error |
|||
RZ_RESP_COMMAND_UNKNOWN = 141RZUSB Response: Command Unknown Error |
|||
RZ_RESP_BUSY_SCANING = 142RZUSB Response: Busy Scanning Error |
|||
RZ_RESP_BUSY_CAPTURING = 143RZUSB Response: Busy Capturing Error |
|||
RZ_RESP_OUT_OF_MEMORY = 144RZUSB Response: Out of Memory Error |
|||
RZ_RESP_BUSY_JAMMING = 145RZUSB Response: Busy Jamming Error |
|||
RZ_RESP_NOT_INITIALIZED = 146RZUSB Response: Not Initialized Error |
|||
RZ_RESP_NOT_IMPLEMENTED = 147RZUSB Response: Opcode Not Implemented Error |
|||
RZ_RESP_PRIMITIVE_FAILED = 148RZUSB Response: Primitive Failed Error |
|||
RZ_RESP_VRT_KERNEL_ERROR = 149RZUSB Response: Could not execute due to vrt_kernel_error |
|||
RZ_RESP_BOOT_PARAM = 150RZUSB Response: Boot Param Error |
|||
RZ_EVENT_STREAM_AC_DATA = 80RZUSB Event Opcode: AirCapture Data |
|||
RESPONSE_MAP = Dictionary of RZUSB error to strings |
|||
RZ_USB_VEND_ID = 1003RZUSB USB VID |
|||
RZ_USB_PROD_ID = 8458RZUSB USB PID |
|||
RZ_USB_COMMAND_EP = 2RZUSB USB Command Endpoint Identifier |
|||
RZ_USB_RESPONSE_EP = 132RZUSB USB Response Endpoint Identifier |
|||
RZ_USB_PACKET_EP = 129RZUSB USB Packet Endpoint Identifier |
|||
__package__ =
|
|||
|
|||
RESPONSE_MAPDictionary of RZUSB error to strings
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 30 17:49:11 2013 | http://epydoc.sourceforge.net |