![]() |
|
|||||||||||||||||||||||||||||||||||||||||||||
#include <jcam_dll.h>
Public Attributes | |
| UINT8 | macAddress [6] |
| The Ethernet hardware MAC address of the scanner. | |
| UINT8 | currentIpSetup |
| The current addressing technique the scanner is using. | |
| UINT32 | ipAddress |
| The IP Address of the responding scanner, in network byte order. | |
| UINT32 | serialNumber |
| The serial number of the responding scanner. | |
| UINT8 | cableId |
| The cable ID of the responding scanner. | |
| UINT8 | status |
| The status of the responding scanner. | |
| UINT32 | build |
| The firmware revision number of the responding scanner. | |
| INT8 | options [OPTIONS_SIZE] |
| Internal use. Don't change the contents. | |
The Ethernet hardware MAC address of the scanner.
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.
The IP Address of the responding scanner, in network byte order.
The serial number of the responding scanner.
The cable ID of the responding scanner.
The status of the responding scanner.
The firmware revision number of the responding scanner.
| INT8 tagResponsePacket::options[OPTIONS_SIZE] |
Internal use. Don't change the contents.
OPTIONS_SIZE is defined in jsConstants.