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