XBee C# library API reference

Show / Hide Table of Contents

Class XMLFirmwareConstants

Inheritance
System.Object
XMLFirmwareConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: XBeeLibrary.Core.Utils
Assembly: XBeeLibrary.Core.dll
Syntax
public static class XMLFirmwareConstants

Fields

ATTRIBUTE_COMMAND

Declaration
public const string ATTRIBUTE_COMMAND = "command"
Field Value
Type Description
System.String

ATTRIBUTE_FW_VERSION

Declaration
public const string ATTRIBUTE_FW_VERSION = "fw_version"
Field Value
Type Description
System.String

ATTRIBUTE_NAME

Declaration
public const string ATTRIBUTE_NAME = "name"
Field Value
Type Description
System.String

ITEM_ADDITIONAL_VALUE

Declaration
public const string ITEM_ADDITIONAL_VALUE = "value"
Field Value
Type Description
System.String

ITEM_ADDITIONAL_VALUES

Declaration
public const string ITEM_ADDITIONAL_VALUES = "additional_values"
Field Value
Type Description
System.String

ITEM_AT_COMMAND

Declaration
public const string ITEM_AT_COMMAND = "at_command"
Field Value
Type Description
System.String

ITEM_BUFFER_LOCATION

Declaration
public const string ITEM_BUFFER_LOCATION = "buffer_location"
Field Value
Type Description
System.String

ITEM_BUFFER_SETTING

Declaration
public const string ITEM_BUFFER_SETTING = "buffer_setting"
Field Value
Type Description
System.String

ITEM_BYTE_INDEX

Declaration
public const string ITEM_BYTE_INDEX = "byte_index"
Field Value
Type Description
System.String

ITEM_BYTES_NUMBER

Declaration
public const string ITEM_BYTES_NUMBER = "bytes_number"
Field Value
Type Description
System.String

ITEM_BYTES_RETURNED

Declaration
public const string ITEM_BYTES_RETURNED = "bytes_returned"
Field Value
Type Description
System.String

ITEM_CATEGORIES

Declaration
public const string ITEM_CATEGORIES = "categories"
Field Value
Type Description
System.String

ITEM_CATEGORY

Declaration
public const string ITEM_CATEGORY = "category"
Field Value
Type Description
System.String

ITEM_COMPATIBILITY_NUM

Declaration
public const string ITEM_COMPATIBILITY_NUM = "compatibility_number"
Field Value
Type Description
System.String

ITEM_CONFIG_BUFFER_LOC

Declaration
public const string ITEM_CONFIG_BUFFER_LOC = "config_buffer_loc"
Field Value
Type Description
System.String

ITEM_CONFIG_COMMAND

Declaration
public const string ITEM_CONFIG_COMMAND = "config_command"
Field Value
Type Description
System.String

ITEM_CONFIG_COMMANDS

Declaration
public const string ITEM_CONFIG_COMMANDS = "config_commands"
Field Value
Type Description
System.String

ITEM_CONTROL_TYPE

Declaration
public const string ITEM_CONTROL_TYPE = "control_type"
Field Value
Type Description
System.String

ITEM_CRC_BUFFER_LEN

Declaration
public const string ITEM_CRC_BUFFER_LEN = "crc_buffer_len"
Field Value
Type Description
System.String

ITEM_DEFAULT_VALUE

Declaration
public const string ITEM_DEFAULT_VALUE = "default_value"
Field Value
Type Description
System.String

ITEM_DESCRIPTION

Declaration
public const string ITEM_DESCRIPTION = "description"
Field Value
Type Description
System.String

ITEM_EXCEPTION

Declaration
public const string ITEM_EXCEPTION = "exception"
Field Value
Type Description
System.String

ITEM_FAMILY

Declaration
public const string ITEM_FAMILY = "family"
Field Value
Type Description
System.String

ITEM_FIRMWARE

Declaration
public const string ITEM_FIRMWARE = "firmware"
Field Value
Type Description
System.String

ITEM_FIRMWARES

Declaration
public const string ITEM_FIRMWARES = "firmwares"
Field Value
Type Description
System.String

ITEM_FLASH_PAGE_SIZE

Declaration
public const string ITEM_FLASH_PAGE_SIZE = "flash_page_size"
Field Value
Type Description
System.String

ITEM_FORMAT

Declaration
public const string ITEM_FORMAT = "format"
Field Value
Type Description
System.String

ITEM_FUNCTION

Declaration
public const string ITEM_FUNCTION = "function"
Field Value
Type Description
System.String

ITEM_FUNCTION_NUMBER

Declaration
public const string ITEM_FUNCTION_NUMBER = "function_number"
Field Value
Type Description
System.String

ITEM_HW_VERSION

Declaration
public const string ITEM_HW_VERSION = "hw_version"
Field Value
Type Description
System.String

ITEM_ITEM

Declaration
public const string ITEM_ITEM = "item"
Field Value
Type Description
System.String

ITEM_ITEMS

Declaration
public const string ITEM_ITEMS = "items"
Field Value
Type Description
System.String

ITEM_MAX_CHARS

Declaration
public const string ITEM_MAX_CHARS = "max_chars"
Field Value
Type Description
System.String

ITEM_MIN_CHARS

Declaration
public const string ITEM_MIN_CHARS = "min_chars"
Field Value
Type Description
System.String

ITEM_MODEM

Declaration
public const string ITEM_MODEM = "modem"
Field Value
Type Description
System.String

ITEM_MODEM_URL

Declaration
public const string ITEM_MODEM_URL = "modem_url"
Field Value
Type Description
System.String

ITEM_MODEM_VERISON

Declaration
public const string ITEM_MODEM_VERISON = "modem_version"
Field Value
Type Description
System.String

ITEM_NAME

Declaration
public const string ITEM_NAME = "name"
Field Value
Type Description
System.String

ITEM_NETWORKS

Declaration
public const string ITEM_NETWORKS = "networks"
Field Value
Type Description
System.String

ITEM_PRODUCT_NAME

Declaration
public const string ITEM_PRODUCT_NAME = "product_name"
Field Value
Type Description
System.String

ITEM_RANGE

Declaration
public const string ITEM_RANGE = "range"
Field Value
Type Description
System.String

ITEM_RANGE_MAX

Declaration
public const string ITEM_RANGE_MAX = "range_max"
Field Value
Type Description
System.String

ITEM_RANGE_MIN

Declaration
public const string ITEM_RANGE_MIN = "range_min"
Field Value
Type Description
System.String

ITEM_RANGES

Declaration
public const string ITEM_RANGES = "ranges"
Field Value
Type Description
System.String

ITEM_REGION

Declaration
public const string ITEM_REGION = "region"
Field Value
Type Description
System.String

ITEM_SETTING

Declaration
public const string ITEM_SETTING = "setting"
Field Value
Type Description
System.String

ITEM_SETTINGS

Declaration
public const string ITEM_SETTINGS = "settings"
Field Value
Type Description
System.String

ITEM_UNITS

Declaration
public const string ITEM_UNITS = "units"
Field Value
Type Description
System.String

SETTING_TYPE_BUTTON

Declaration
public const string SETTING_TYPE_BUTTON = "button"
Field Value
Type Description
System.String

SETTING_TYPE_COMBO

Declaration
public const string SETTING_TYPE_COMBO = "combo"
Field Value
Type Description
System.String

SETTING_TYPE_NON_EDITABLE_STRING

Declaration
public const string SETTING_TYPE_NON_EDITABLE_STRING = "nestring"
Field Value
Type Description
System.String

SETTING_TYPE_NONE

Declaration
public const string SETTING_TYPE_NONE = "none"
Field Value
Type Description
System.String

SETTING_TYPE_NUMBER

Declaration
public const string SETTING_TYPE_NUMBER = "number"
Field Value
Type Description
System.String

SETTING_TYPE_TEXT

Declaration
public const string SETTING_TYPE_TEXT = "text"
Field Value
Type Description
System.String
Product page More documentation Official site About Digi Contact us Support
©2019 Digi International Inc. All rights reserved.
Digi International Inc.