User's Manual
Datalogic Scanning, Inc
959 Terry Street
Eugene, Oregon 97402
Page 94 10/23/2009
Revision X2
Key Name Key Number Type Default Setting
PSKEY_IPV4_STATIC_SUBNET_MASK 0x0358 uint32 none
The static IPv4 subnet mask (applied w.r.t. PSKEY_IPV4_STATIC_ADDR) assigned to the local device.
The mask is stored as a 32-bit value in standard network form. For example, the subnet mask
255.255.248.0 is stored as 0xfffff800.
This key should be defined if PSKEY_IPV4_STATIC_ADDR
is.
If this key is defined, PSKEY_IPV4_STATIC_ROUTER_ADDR
should also be defined.
Key Name Key Number Type Default Setting
PSKEY_IPV4_STATIC_ROUTER_ADDR 0x0359 uint32 none
The static IPv4 address assigned to the subnet router (gateway).
The address is stored as a 32-bit value in standard network form. For example, the IPv4 address
192.168.1.254 is stored as 0xc0a801fe.
This key should be defined if PSKEY_IPV4_STATIC_SUBNET_MASK
is. The subnet router and the
local device should be on the same subnet.
Key Name Key Number Type Default Setting
PSKEY_MDNS_NAME 0x035a char[] none
The name assigned to the local device for the purposes of multicast DNS.
The name must not include a trailing NUL, and must not be more than 16 characters long. It must be a
label, not be a FQDN (i.e. must not contain dots). All letters must be in lowercase.
Key Name Key Number Type Default Setting
PSKEY_FIXED_PIN 0x035b uint8[] none
The fixed PIN assigned to the local device. This must have a length greater than zero (and less than 17).
Key Name Key Number Type Default Setting
PSKEY_MDNS_PORT 0x035c uint16 5353
The port number to be used by the local device for multicast DNS.
Key Name Key Number Type Default Setting
PSKEY_MDNS_TTL 0x035d uint8 1
The TTL (Hop Limit for IPv6) to be used by the local device for multicast DNS.
Key Name Key Number Type Default Setting
PSKEY_MDNS_IPV4_ADDR 0x035e uint32 0xe00000fb