Package apple.network.enums
Class nw_txt_record_find_key_t
- java.lang.Object
-
- apple.network.enums.nw_txt_record_find_key_t
-
public final class nw_txt_record_find_key_t extends java.lang.Object[@typedef] nw_txt_record_find_key_t An enumeration of possible find results when trying to find a key-value pair in the TXT record object.
-
-
Field Summary
Fields Modifier and Type Field Description static intnw_txt_record_find_key_empty_value[@const] nw_txt_record_find_key_empty_value The key exists in the TXT record with an empty value.static intnw_txt_record_find_key_invalid[@const] nw_txt_record_find_key_invalid The key is invalid.static intnw_txt_record_find_key_no_value[@const] nw_txt_record_find_key_no_value The key exists in the TXT record, but has no assigned value.static intnw_txt_record_find_key_non_empty_value[@const] nw_txt_record_find_key_non_empty_value The key exists in the TXT record with a non-empty value.static intnw_txt_record_find_key_not_present[@const] nw_txt_record_find_key_not_present The key-value pair does not exist in the TXT record.
-
-
-
Field Detail
-
nw_txt_record_find_key_invalid
public static final int nw_txt_record_find_key_invalid
[@const] nw_txt_record_find_key_invalid The key is invalid. According to RFC 1464, a key is invalid if it is an empty string, contains non-ASCII characters, or has length greater than UINT8_MAX.- See Also:
- Constant Field Values
-
nw_txt_record_find_key_not_present
public static final int nw_txt_record_find_key_not_present
[@const] nw_txt_record_find_key_not_present The key-value pair does not exist in the TXT record.- See Also:
- Constant Field Values
-
nw_txt_record_find_key_no_value
public static final int nw_txt_record_find_key_no_value
[@const] nw_txt_record_find_key_no_value The key exists in the TXT record, but has no assigned value.- See Also:
- Constant Field Values
-
nw_txt_record_find_key_empty_value
public static final int nw_txt_record_find_key_empty_value
[@const] nw_txt_record_find_key_empty_value The key exists in the TXT record with an empty value.- See Also:
- Constant Field Values
-
nw_txt_record_find_key_non_empty_value
public static final int nw_txt_record_find_key_non_empty_value
[@const] nw_txt_record_find_key_non_empty_value The key exists in the TXT record with a non-empty value.- See Also:
- Constant Field Values
-
-