jaylink_device is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
struct jaylink_context *
libjaylink context.
size_t
Number of references held on this device instance.
Host interface.
uint32_t
Serial number of the device. This number is for enumeration purpose only and can differ from the real serial number of the device.
bool
Indicates whether the serial number is available.
char[INET_ADDRSTRLEN]
IPv4 address. The address is encoded as string in quad-dotted decimal format. This field is used for devices with host interface #JAYLINK_HIF_TCP only.
Media Access Control (MAC) address. This field is used for devices with host interface #JAYLINK_HIF_TCP only.
bool
Indicates whether the MAC address is available.
Product name. This field is used for devices with host interface #JAYLINK_HIF_TCP only.
bool
Indicates whether the product name is available.
Nickname. This field is used for devices with host interface #JAYLINK_HIF_TCP only.
bool
Indicates whether the nickname is available.
Hardware version. This field is used for devices with host interface #JAYLINK_HIF_TCP only.
bool
Indicates whether the hardware version is available.

References

from examples