jaylink_device_handle is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct jaylink_device *
Device instance.
uint8_t *
Buffer for write and read operations. Note that write and read operations are always processed consecutively and therefore the same buffer can be used for both.
size_t
Buffer size.
size_t
Number of bytes left for the read operation.
size_t
Number of bytes available in the buffer to be read.
size_t
Current read position in the buffer.
size_t
Number of bytes left to be written before the write operation will be performed.
size_t
Current write position in the buffer. This is equivalent to the number of bytes in the buffer and used for write operations only.
int
Socket descriptor. This field is used for devices with host interface #JAYLINK_HIF_TCP only.

References

from examples