JCam DLL API Reference
tagResponsePacket Struct Reference

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...
 

Detailed Description

Responses from scanners on the network.

Member Data Documentation

◆ build

UINT32 tagResponsePacket::build

The firmware revision number of the responding scanner.

◆ cableId

UINT8 tagResponsePacket::cableId

The cable ID of the responding scanner.

◆ currentIpSetup

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.

◆ ipAddress

UINT32 tagResponsePacket::ipAddress

The IP Address of the responding scanner, in network byte order.

◆ macAddress

UINT8 tagResponsePacket::macAddress[6]

The Ethernet hardware MAC address of the scanner.

◆ options

INT8 tagResponsePacket::options[OPTIONS_SIZE]

Internal use. Don't change the contents.

OPTIONS_SIZE is defined in jsConstants.

◆ serialNumber

UINT32 tagResponsePacket::serialNumber

The serial number of the responding scanner.

◆ status

UINT8 tagResponsePacket::status

The status of the responding scanner.


The documentation for this struct was generated from the following file: