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

variable client_ip_addr

uint32_t client_ip_addr;

variable client_name_str

char client_name_str[JS_CLIENT_NAME_STR_MAX_LEN];

variable client_netmask

uint32_t client_netmask;

variable firmware_version_major

uint32_t firmware_version_major;

variable firmware_version_minor

uint32_t firmware_version_minor;

variable firmware_version_patch

uint32_t firmware_version_patch;

variable ip_addr

uint32_t ip_addr;

uint32_t link_speed_mbps;

variable serial_number

uint32_t serial_number;

variable state

jsScanHeadState state;

variable type

jsScanHeadType type;

variable type_str

char type_str[JS_SCAN_HEAD_TYPE_STR_MAX_LEN];


The documentation for this class was generated from the following file C:/Users/michp/Documents/Projects/fawkes/client-cpp/api/src/joescan_pinchot.h