Add additional AirportInfoRecord to list of byte block fields, with selectedValue
and unselectedValue strings stored for subsequent writing (as appropriate).
Collects together information about the location of pieces of information
in the 116-byte Discovery memory block, and creates appropriate AirportInfoRecords
(with ByteBlockWindows into the underlying ByteBlock) to read and write
the information.
Collects together information about the location of pieces of information
in the Airport 17k memory block, and creates appropriate AirportInfoRecords
(with ByteBlockWindows into the underlying ByteBlock) to read and write
the information.
Create new checkbox with given label and supplied AirportInfoRecord, with selectedValue
and unselectedValue strings stored for subsequent writing (as appropriate).
Extends ByteBlockRectangularWindow to include a mask specifying only those bits in each byte
which will be read or written (corresponding to the positions of 1's in the mask byte).
Method reads string and parses into: character count of dial-up username, username,
character count of dial-up password, and password, terminated by hex byte "01"
(not included in either count).
Used to set the value from an integer array containing the identifier components, or from
a String containing a dot-separated sequence of nonegative values.
Used to initialize from the BER encoding, as received in a response from
an SNMP device responding to an SNMPGetRequest, or from a supplied byte array
containing the address components.
Used to initialize from the BER encoding, as received in a response from
an SNMP device responding to an SNMPGetRequest, or from a supplied byte array
containing the address components.
Return a String representing the bytes in the window between the specified indices,
masked with this instance's byte mask, without spaces between pairs of hex digits.
Return a String representing the bytes in the window between the specified indices,
masked with this instance's byte mask, with spaces between pairs of hex digits.
Write the MAC addresses and hostnames in the list into the appropriate locations
in the byte block referenced by the AirportInfo object supplied in the constructor.
Write the IP addresses and masks in the list into the appropriate locations
in the byte block referenced by the AirportInfo object supplied in the constructor.
Method writes character count of dial-up username, username, character count of dial-up password,
and password, terminated by hex byte "01" (not included in either count) if strings not empty.
Write the MAC addresses and hostnames in the list into the appropriate locations
in the byte block referenced by the AirportInfo object supplied in the constructor.