OpenOCD
|
Device connection. More...
Data Fields | |
uint8_t | cid |
CID. More... | |
uint16_t | handle |
Handle. More... | |
char | hid [INET_ADDRSTRLEN] |
Host ID (HID). More... | |
uint8_t | iid |
IID. More... | |
uint32_t | pid |
Process ID (PID). More... | |
uint32_t | timestamp |
Timestamp of the last registration in milliseconds. More... | |
Device connection.
Definition at line 322 of file libjaylink.h.
uint8_t jaylink_connection::cid |
CID.
Definition at line 343 of file libjaylink.h.
Referenced by jaylink_register(), jaylink_unregister(), jlink_init(), and parse_conn_table().
uint16_t jaylink_connection::handle |
Handle.
Definition at line 324 of file libjaylink.h.
Referenced by jaylink_register(), jaylink_unregister(), jlink_init(), jlink_register(), and parse_conn_table().
char jaylink_connection::hid[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.
Definition at line 339 of file libjaylink.h.
Referenced by jaylink_register(), jaylink_unregister(), and jlink_init().
uint8_t jaylink_connection::iid |
IID.
Definition at line 341 of file libjaylink.h.
Referenced by jaylink_register(), jaylink_unregister(), jlink_init(), and parse_conn_table().
uint32_t jaylink_connection::pid |
Process ID (PID).
Identification of the client process. Usually this is the Process ID (PID) of the client process in an arbitrary format.
Definition at line 331 of file libjaylink.h.
Referenced by jaylink_register(), jaylink_unregister(), jlink_init(), and parse_conn_table().
uint32_t jaylink_connection::timestamp |
Timestamp of the last registration in milliseconds.
The timestamp is relative to the time the device was powered up.
Definition at line 349 of file libjaylink.h.
Referenced by parse_conn_table().