Skip to content

Struct jsDiscovered

ClassList > jsDiscovered

Structure used to provide information as to scan heads discovered on the network.

  • #include <joescan_pinchot.h>

Public Attributes

Type Name
uint32_t client_ip_addr
IP address of the client interface scan head was discovered on.
char client_name_str
Name of the client interface scan head was discovered on.
uint32_t client_netmask
Netmask of the client interface scan head was discovered on.
uint32_t firmware_version_major
Firmware major version number of the scan head.
uint32_t firmware_version_minor
Firmware minor version number of the scan head.
uint32_t firmware_version_patch
Firmware patch version number of the scan head.
uint32_t ip_addr
IP address of scan head.
uint32_t link_speed_mbps
Link speed in megabits per second between client and scan head.
uint32_t serial_number
Serial number of scan head.
jsScanHeadState state
Current state of the scan head.
jsScanHeadType type
Enumerated type of scan head.
char type_str
Null terminated string of scan head type.

Public Attributes Documentation

client_ip_addr

IP address of the client interface scan head was discovered on.

uint32_t client_ip_addr;


client_name_str

Name of the client interface scan head was discovered on.

char client_name_str[JS_CLIENT_NAME_STR_MAX_LEN];


client_netmask

Netmask of the client interface scan head was discovered on.

uint32_t client_netmask;


firmware_version_major

Firmware major version number of the scan head.

uint32_t firmware_version_major;


firmware_version_minor

Firmware minor version number of the scan head.

uint32_t firmware_version_minor;


firmware_version_patch

Firmware patch version number of the scan head.

uint32_t firmware_version_patch;


ip_addr

IP address of scan head.

uint32_t ip_addr;


Link speed in megabits per second between client and scan head.

uint32_t link_speed_mbps;


serial_number

Serial number of scan head.

uint32_t serial_number;


state

Current state of the scan head.

jsScanHeadState state;


type

Enumerated type of scan head.

jsScanHeadType type;


type_str

Null terminated string of scan head type.

char type_str[JS_SCAN_HEAD_TYPE_STR_MAX_LEN];