Responses from scanners on the network. More...
#include <jcam_dll.h>
Public Attributes | |
UINT8 | macAddress [6] |
The Ethernet hardware MAC address of the scanner. More... | |
UINT8 | currentIpSetup |
The current addressing technique the scanner is using. More... | |
UINT32 | ipAddress |
The IP Address of the responding scanner, in network byte order. More... | |
UINT32 | serialNumber |
The serial number of the responding scanner. More... | |
UINT8 | cableId |
The cable ID of the responding scanner. More... | |
UINT8 | status |
The status of the responding scanner. More... | |
UINT32 | build |
The firmware revision number of the responding scanner. More... | |
INT8 | options [OPTIONS_SIZE] |
Internal use. Don't change the contents. More... | |
Responses from scanners on the network.
UINT32 tagResponsePacket::build |
The firmware revision number of the responding scanner.
UINT8 tagResponsePacket::cableId |
The cable ID of the responding scanner.
UINT8 tagResponsePacket::currentIpSetup |
The current addressing technique the scanner is using.
IPS_STATIC
Static IP Address for the scanner.
IPS_BY_ID
IP Address is determined by the cable ID.
IPS_BY_DHCP
IP Address is assigned with DHCP.
UINT32 tagResponsePacket::ipAddress |
The IP Address of the responding scanner, in network byte order.
UINT8 tagResponsePacket::macAddress[6] |
The Ethernet hardware MAC address of the scanner.
INT8 tagResponsePacket::options[OPTIONS_SIZE] |
Internal use. Don't change the contents.
OPTIONS_SIZE
is defined in jsConstants
.
UINT32 tagResponsePacket::serialNumber |
The serial number of the responding scanner.
UINT8 tagResponsePacket::status |
The status of the responding scanner.