OpenOCD
jaylink_connection
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
jaylink_connection
jaylink_connection struct
Device connection.
Syntax
Show:
Summary
Declaration
Definition
from
jlink.c:38
struct
jaylink_connection
;
Implemented in
libjaylink.h:348
Fields
Field
Declared as
Description
jaylink_connection::handle
uint16_t
Handle.
jaylink_connection::pid
uint32_t
Process ID (PID). Identification of the client process. Usually this is the Process ID (PID) of the client process in an arbitrary format.
jaylink_connection::hid
char
[
INET_ADDRSTRLEN
]
Host ID (HID). IPv4 address string of the client in quad-dotted decimal format (e.g. 192.0.2.235). The address 0.0.0.0 should be used for the registration of an USB connection.
jaylink_connection::iid
uint8_t
IID.
jaylink_connection::cid
uint8_t
CID.
jaylink_connection::timestamp
uint32_t
Timestamp of the last registration in milliseconds. The timestamp is relative to the time the device was powered up.
Related Functions
Found 3 other functions taking a
jaylink_connection
argument:
Function
jaylink_register()
jaylink_unregister()
parse_conn_table()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out