libjaylink
0.3.1
Library to access J-Link devices
|
Device connection. More...
#include <libjaylink.h>
Data Fields | |
uint16_t | handle |
Handle. More... | |
uint32_t | pid |
Process ID (PID). More... | |
char | hid [INET_ADDRSTRLEN] |
Host ID (HID). More... | |
uint8_t | iid |
IID. More... | |
uint8_t | cid |
CID. More... | |
uint32_t | timestamp |
Timestamp of the last registration in milliseconds. More... | |
Device connection.
uint8_t jaylink_connection::cid |
CID.
uint16_t jaylink_connection::handle |
Handle.
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.
uint8_t jaylink_connection::iid |
IID.
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.
uint32_t jaylink_connection::timestamp |
Timestamp of the last registration in milliseconds.
The timestamp is relative to the time the device was powered up.