libjaylink 0.3.1
Library to access J-Link devices
Loading...
Searching...
No Matches
Data Fields
jaylink_connection Struct Reference

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.
 

Detailed Description

Device connection.

Field Documentation

◆ hid

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.

◆ pid

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.

◆ timestamp

uint32_t jaylink_connection::timestamp

Timestamp of the last registration in milliseconds.

The timestamp is relative to the time the device was powered up.


The documentation for this struct was generated from the following file: