Getnetworktype(); Gettxpower() - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

GetNetworkType()

GetTXPower()

700 Series Color Mobile Computer User's Manual
Retrieves the network type.
Syntax
UINT GetNetworkType( ULONG & );
Parameters
S &
References a ULONG value, populated with one of the following:
S NDIS_NET_TYPE_FH
Frequency Hopping Radio
S NDIS_NET_TYPE_DS
Direct Sequence Radio
S NDIS_NET_TYPE_UNDEFINED
Unknown or information not available.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Gets the current TX power of the radio in milliwatts.
Syntax
UINT GetTXPower( ULONG & );
Parameters
S &
References a ULONG value, populated with one of the following in
milliwatts (mW):
S NDIS_POWER_LEVEL_63
63 mW.
S NDIS_POWER_LEVEL_30
30 mW.
S NDIS_POWER_LEVEL_15
15 mW.
S NDIS_POWER_LEVEL_5
5 mW.
S NDIS_POWER_LEVEL_1
1 mW.
S NDIS_POWER_LEVEL_UNKNOWN
Unknown Value or Error.
Returns
ERROR_SUCCESS when successful,
ERR_QUERY_FAILED when the query failed, or
ERR_CONNECT_FAILED if a connection with the radio failed.
Chapter 7
Programming
311

Advertisement

Table of Contents
loading

Table of Contents