A B C D E F G H I K L M N O P R S T U V W

A

AD_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the voltage A/D Input Select Bit with setFlag/getFlag When this bit is true the battery input is (VDD) is selected as input for the voltage A/D input.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Detect adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Detect adapter presence on the selected port.
adapterDetected() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Detect adapter presence on the selected port.
ADB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not the A/D converter is busy using getFlag().
ADContainer - interface com.dalsemi.onewire.container.ADContainer.
1-Wire A/D interface class for basic analog measuring operations.
add(OneWireContainer, int) - Method in class com.dalsemi.onewire.utils.OWPath
Add a path element
addEventListener(NetworkMonitorEventListener) - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Add a network event listener
addEventListener(OneWireMonitorEventListener) - Method in class com.dalsemi.onewire.utils.OneWireMonitor
Add an event listener that should be notified in case of 1-Wire event.
Address - class com.dalsemi.onewire.utils.Address.
Utilities to translate and verify the 1-Wire Network address.
AID_LENGTH_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
offset of AID length in applet APDU data stream
AID_LENGTH_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
size of AID length in byte
AID_NAME_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
offset of AID name in applet APDU data stream
AID_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
maximum length of AID in byte
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.ADContainer
High alarm
ALARM_HIGH - Static variable in interface com.dalsemi.onewire.container.TemperatureContainer
High alarm
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.ADContainer
Low Alarm
ALARM_LOW - Static variable in interface com.dalsemi.onewire.container.TemperatureContainer
Low Alarm
ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of ALARMS in array returned from read state
ALL_LINES_OFF_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
All lines off command.
answerChallenge(byte[], byte[], byte[]) - Method in class com.dalsemi.onewire.container.SHAiButton
Answers a challenge from the coprocessor by signing a data page with the authentication secret.
APDU_PACKET_LENGTH - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
default APDU data packet length in byte
APPLET_FILE_HEADER_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
size of applet file header in byte
arrayReadBit(int, int, byte[]) - Static method in class com.dalsemi.onewire.utils.Bit
Read a bit state in a byte array.
arrayWriteBit(int, int, int, byte[]) - Static method in class com.dalsemi.onewire.utils.Bit
Write the bit state in a byte array.
AUTH_HOST - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field AUTH_HOST
AUTHENTICATION_FAILED_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
AUX_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Main channel flag in array returned from read state

B

beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
beginExclusive(boolean) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets exclusive use of the 1-Wire to communicate with an iButton or 1-Wire Device.
BIND_SECRET_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
bindSecretToiButton(int, byte[], byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Binds an installed secret to a DS1963S byte using well-known binding data and the DS1963S's unique identification number.
Bit - class com.dalsemi.onewire.utils.Bit.
Bit operations on an array.
Bit() - Constructor for class com.dalsemi.onewire.utils.Bit
 
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of BITMAP in array returned from read state
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of BITMAP in array returned from read state
BITMAP_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of BITMAP in array returned from read registers

C

CA_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current Accumulator bit with setFlag/getFlag.
calibrateCurrentADC() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Calibrate the current ADC.
canADMultiChannelRead() - Method in interface com.dalsemi.onewire.container.ADContainer
Query to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Query to see if this A/D supports doing multiple voltage conversions at the same time.
canADMultiChannelRead() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this A/D supports doing multiple voltage conversions at the same time.
canBreak() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canBreak() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support 0 volt 'break' mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverPower() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDeliverSmartPower() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support "smart" strong 5 volt power mode.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to see if the clock can be disabled.
canDisableClock() - Method in interface com.dalsemi.onewire.container.ClockContainer
Query to see if the clock can be disabled.
canDisableClock() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if the clock can be disabled.
canFlex() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support flex speed mode.
canFlex() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support flex speed mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether the adapter can physically support hyperdrive mode.
canHyperdrive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether the adapter can physically support hyperdrive mode.
canLockPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if current memory bank pages can be locked.
canLockRedirectPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if current memory bank pages can be locked from being redirected.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support overdrive mode.
canOverdrive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support overdrive mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns whether adapter can physically support 12 volt power mode.
canProgram() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns whether adapter can physically support 12 volt power mode.
canReadAfterExpire(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the device can be read after a write protected alarm has occured from the provided clock register page retrieved from the 'readClockRegisters()' method.
canRedirectPage() - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if current memory bank pages can be redirected to another pages.
CC_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Mirrors the !CC output pin.
CHANNEL_A_ONLY - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for channelAccess(), channel A selection
CHANNEL_AUX - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Aux Channel number
CHANNEL_B_ONLY - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for channelAccess(), channel B selection
CHANNEL_BOTH - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
channelMode for channelAccess(), channel A and B selection
CHANNEL_MAIN - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Main Channel number
CHANNEL_VAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Channel selector for the VAD input.
CHANNEL_VDD - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Channel selector for the VDD input.
CHANNELA - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel A number
channelAccess(byte[], boolean, boolean, int, int, boolean, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Used to access the PIO channels to sense the logical status of the output node.
CHANNELB - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel B number
CHANNELC - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel C number
CHANNELD - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Channel D number
CHARGE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Reseting this flag will disable charging regardless of cell or pack conditions.
CHARGE_OVERCURRENT_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true the battery has experienced a charge-direction overcurrent condition.
CLA - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Constant for addressing CLA in the CommandAPDU buffer.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Clears the activity latches the next time possible.
clearActivity() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Method clearActivity
clearActivity() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Clears the activity latches the next time possible.
clearConditions() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Clears the overvoltage, undervoltage, charge overcurrent, and discharge overcurrent flags.
clearMemory() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Clears the memory - Must be run before setup for a new mission.
ClockContainer - interface com.dalsemi.onewire.container.ClockContainer.
1-Wire clock interface class for basic real-time-clock operations.
close() - Method in class com.dalsemi.onewire.utils.OWPath
Close each element in the path in reverse order
com.dalsemi.onewire - package com.dalsemi.onewire
 
com.dalsemi.onewire.adapter - package com.dalsemi.onewire.adapter
 
com.dalsemi.onewire.container - package com.dalsemi.onewire.container
 
com.dalsemi.onewire.utils - package com.dalsemi.onewire.utils
 
CommandAPDU - class com.dalsemi.onewire.container.CommandAPDU.
A CommandAPDU represents an ISO 7816-4 specified Application Protocol Data Unit (APDU) sent to a smart card.
CommandAPDU(byte[]) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CommandAPDU.
CommandAPDU(byte, byte, byte, byte) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 1 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, byte[]) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 3 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, byte[], int) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 4 CommandAPDU.
CommandAPDU(byte, byte, byte, byte, int) - Constructor for class com.dalsemi.onewire.container.CommandAPDU
Constructs a new ISO 7816-4 CASE 2 CommandAPDU.
COMPUTE_CHALLENGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field COMPUTE_CHALLENGE
COMPUTE_FIRST_SECRET - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field COMPUTE_FIRST_SECRET
COMPUTE_NEXT_SECRET - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field COMPUTE_NEXT_SECRET
COMPUTE_SHA - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field COMPUTE_SHA
compute(byte[]) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[]) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on a zero seed.
compute(byte[], int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
compute(byte[], int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on the provided seed.
compute(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on a zero seed.
compute(byte[], int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on a zero seed.
compute(byte[], int, int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on an array of data elements based on the provided seed.
compute(byte[], int, int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on an array of data elements based on the provided seed.
compute(int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on the data element based on a zero seed.
compute(int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on the data element based on a zero seed.
compute(int, int) - Static method in class com.dalsemi.onewire.utils.CRC8
Perform the CRC8 on the data element based on the provided seed.
compute(int, int) - Static method in class com.dalsemi.onewire.utils.CRC16
Perform the CRC16 on the data element based on the provided seed.
CONDITION_AFTER_BIT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, after next bit communication
CONDITION_AFTER_BYTE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, after next byte communication
CONDITION_NOW - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Condition for power state change, immediate
CONTROL_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of control register from read registers
CONTROL_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Address of the control register.
CONVERT_TEMPERATURE_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 convert temperature command
convertToCelsius(double) - Static method in class com.dalsemi.onewire.container.OneWireContainer10
Convert a temperature from Fahrenheit to Celsius.
convertToFahrenheit(double) - Static method in class com.dalsemi.onewire.container.OneWireContainer10
Convert a temperature from Celsius to Fahrenheit.
convertToFahrenheit(float) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Convert a temperature from celsius to fahrenheit.
COPY_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field COPY_SCRATCHPAD
COPY_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Copy Scratchpad Command
COPY_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 copy scratchpad command
copy(OWPath) - Method in class com.dalsemi.onewire.utils.OWPath
Copy the provided path into this path
copyScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Copy the Scratchpad to the Esquared memory of the DS18B20.
copyScratchPad() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Copies the contents of the scratchpad to the target destination that was specified in a call to write scratchpad or erase scratchpad.
copyScratchpad(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes the data from the scratchpad to the specified block or blocks.
COUNTER_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of counter-alarm in array returned from read registers
COUNTER_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of counter in array returned from read registers
CRC_DISABLE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for channelAccess(), no CRC
CRC_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
CRC_EVERY_32_BYTES - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for channelAccess(), CRC after 32 bytes
CRC_EVERY_8_BYTES - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for channelAccess(), CRC after 8 bytes
CRC_EVERY_BYTE - Static variable in class com.dalsemi.onewire.container.OneWireContainer12
CRCMode for channelAccess(), CRC after every byte
CRC16 - class com.dalsemi.onewire.utils.CRC16.
CRC16 is a class containing an implementation of the Cyclic-Redundency-Check (CRC) CRC16.
CRC8 - class com.dalsemi.onewire.utils.CRC8.
CRC8 is a class to contain an implementation of the Cyclic-Redundency-Check CRC8 for the iButton.

D

dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a block of data and returns the data received in the same array.
dataBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a block of data and returns the data received in the same array.
DC_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Mirrors the !DC output pin.
decodeTemperature(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Convert a temperature from the DS1921 byte format to degrees celcius.
DECREMENT - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
decrement() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Decrements the wiper position after selecting the part.
decrement() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Decrements the wiper position after selecting the part.
decrement(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Decrements the wiper position.
decrement(boolean) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Decrements the wiper position.
deleteAppletByAID(String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Deletes an applet by its AID.
deleteAppletByNumber(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Deletes an applet by its installed number.
deleteSelectedApplet() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Deletes the currently selected applet.
DELIVERY_CURRENT_DETECT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, current detect
DELIVERY_EPROM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 480 us
DELIVERY_FOUR_SECONDS - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 4 second
DELIVERY_HALF_SECOND - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 1/2 second
DELIVERY_INFINITE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, infinite
DELIVERY_ONE_SECOND - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 1 second
DELIVERY_SMART_DONE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, smart complete
DELIVERY_TWO_SECONDS - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Duration used in delivering power to the 1-Wire, 2 seconds
DIRECT_ON_MAIN_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Direct on main command.
disableMission() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Disable a mission that is in progress.
DISCHARGE_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Discharge command.
DISCHARGE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: Reseting this flag will disable discharging.
DISCHARGE_OVERCURRENT_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true the battery has experienced a discharge-direction overcurrent condition.
dischargeLines(int) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method is used to force a power-on reset for parasitically powered 1-Wire devices connected to the main or auziliary output of the DS2409.
doADConvert(boolean[], byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to perform voltage conversion on all specified channels.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to perform voltage conversion on all specified channels.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to perform voltage conversion on all specified channels.
doADConvert(boolean[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to perform voltage conversion on all specified channels.
doADConvert(boolean[], int[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to perform voltage conversion on all specified channels.
doADConvert(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to perform voltage conversion on all specified channels.
doSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer
Go to the specified speed for this container.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Perform an temperature conversion.
doTemperatureConvert(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Perform a temperature conversion.
DSPortAdapter - class com.dalsemi.onewire.adapter.DSPortAdapter.
The DSPortAdapter class is the abstract base class for all 1-Wire port adapter objects.
DSPortAdapter() - Constructor for class com.dalsemi.onewire.adapter.DSPortAdapter
 

E

EE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current Accumulator Shadow Selector bit with setFlag/getFlag.
EEPROM_BLOCK_0_LOCK_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, Block 0 of the EEPROM (addresses 32-47) is read-only.
EEPROM_BLOCK_1_LOCK_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, Block 1 of the EEPROM (addresses 48-63) is read-only.
EEPROM_COPY_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: This flag will be true if the Copy Data Command is in progress.
EEPROM_LOCK_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
EEPROM REGISTER FLAG: When this flag is true, the Lock Command is enabled.
EEPROM_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the EEPROM Register.
enableMission(int) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Tells the DS1921 to begin its mission.
encodeTemperature(double) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Convert a temperature (degrees celcius) to a byte formatted for the DS1921.
endExclusive() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Relinquishes exclusive control of the 1-Wire Network.
endExclusive() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Relinquishes exclusive control of the 1-Wire Network.
enumerateAllAdapters() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
EnumerateAllAdapters returns an Enumeration of all software port adapters.
equals(OWPath) - Method in class com.dalsemi.onewire.utils.OWPath
Compare this path with another path
ERASE_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field ERASE_SCRATCHPAD
ERASE_SCRATCHPAD_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
eraseScratchPad(int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Erases the scratchpad of the DS1963S.
ES - Variable in class com.dalsemi.onewire.container.OneWireContainer18
Field TA1, TA2, ES
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an array of bytes containing family codes to avoid when finding iButtons or 1-Wire devices.
excludeFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an array of bytes containing family codes to avoid when finding iButtons or 1-Wire devices.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an integer family code to avoid when searching for iButtons.
excludeFamily(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an integer family code to avoid when searching for iButtons.
EXPOWER_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Offset of external power offset in array returned from read state

F

findFirstDevice() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findFirstDevice() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns true if the first iButton or 1-Wire device is found on the 1-Wire Network.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Returns true if the next iButton or 1-Wire device is found.
findNextDevice() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Returns true if the next iButton or 1-Wire device is found.
freePort() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Free ownership of the selected port if it is currently owned back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Free ownership of the selected port if it is currently owned back to the system.
freePort() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Free ownership of the selected port if it is currently owned back to the system.

G

generateChallenge(int, int, byte[]) - Method in class com.dalsemi.onewire.container.SHAiButton
Generates a 3 byte random challenge in the iButton, sufficient to be used in answering a challenge by a user iButton.
getADAlarm(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to extract the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to extract the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to extract the alarm voltage value of the specified channel from the provided state buffer.
getADAlarm(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the alarm voltage value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to extract the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to extract the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to extract the alarm enable value of the specified channel from the provided state buffer.
getADAlarmEnable(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the alarm enable value of the specified channel from the provided state buffer.
getAdapter() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieve the port adapter object used to create this container.
getAdapter() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the adapter
getAdapter() - Method in class com.dalsemi.onewire.utils.OneWireMonitorEvent
Retrieve the adapter on which the event occurred.
getAdapter(String, String) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Attempts to find, open, and verify the specified adapter on the indicated port.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve the address of the adapter if it has one.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the address of the adapter if it has one.
getAdapterAddress() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the address of the adapter if it has one.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the name of the port adapter as a string.
getAdapterName() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the name of the port adapter as a string.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve the version of the adapter.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the version of the adapter.
getAdapterVersion() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the version of the adapter.
getAddress() - Method in class com.dalsemi.onewire.container.OneWireContainer
Get the 1-Wire Network address of this device as an array of bytes.
getAddress() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the address as a byte array
getAddress() - Method in class com.dalsemi.onewire.utils.OneWireMonitorEvent
Retrieve the address of the 1-Wire device causing the event.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Copies the 'current' iButton address being used by the adapter into the array.
getAddressAsLong() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Get the 'current' iButton address being used by the adapter as a long.
getAddressAsLong() - Method in class com.dalsemi.onewire.container.OneWireContainer
Get this device's 1-Wire Network address as a long.
getAddressAsLong() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the address as a long
getAddressAsLong() - Method in class com.dalsemi.onewire.utils.OneWireMonitorEvent
Retrieve the address of the 1-Wire device causing the event.
getAddressAsString() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Get the 'current' iButton address being used by the adapter as a String.
getAddressAsString() - Method in class com.dalsemi.onewire.container.OneWireContainer
Get this device's 1-Wire Network address as a String.
getAddressAsString() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the address as a string
getAddressAsString() - Method in class com.dalsemi.onewire.utils.OneWireMonitorEvent
Retrieve the address of the 1-Wire device causing the event.
getADRange(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to extract the input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to extract the input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to extract the input voltage range of the specified channel from the provided state buffer.
getADRange(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the input voltage range of the specified channel from the provided state buffer.
getADRanges(int) - Method in interface com.dalsemi.onewire.container.ADContainer
Query to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Query to get an array of available ranges for the specified A/D channel.
getADRanges(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available ranges for the specified A/D channel.
getADResolution(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to extract the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to extract the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to extract the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolution(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to extract the conversion resolution of the specified channel from the provided state buffer expressed in volts.
getADResolutions(int, double) - Method in interface com.dalsemi.onewire.container.ADContainer
Query to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer20
Query to get an array of available resolutions based on the specified range on the specified A/D channel.
getADResolutions(int, double) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available resolutions based on the specified range on the specified A/D channel.
getADVoltage(byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to read the voltage values.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to read the voltage values.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to read the voltage values.
getADVoltage(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to read the voltage values.
getADVoltage(int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to read a channels voltage value.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to read a channels voltage value.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to read a channels voltage value.
getADVoltage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to read a channels voltage value.
getAIDByNumber(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the AID of the applet by its installed number.
getAlarmHistory(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns an array containing the alarm log.
getAlarmStatus(byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns true if the specified alarm has been triggered.
getAlarmTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Get the alarm clock time settings.
getAllDeviceContainers() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns an enumeration of OneWireContainer objects corresponding to all of the iButtons or 1-Wire devices found on the 1-Wire Network.
getAllOWPathElements() - Method in class com.dalsemi.onewire.utils.OWPath
Get an enumeration of all of the path elements
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer01
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return the alternate Dallas Semiconductor part number or name.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Return the alternate Dallas Semiconductor part number or name.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer20
getAlternateNames returns any other possible name for this iButton.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer02
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Return the alternate Dallas Semiconductor part number or name.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAlternateNames() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieve the alternate Dallas Semiconductor part numbers or names.
getAppletGCMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Applet Garbage Collection Mode.
getATR() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Answer To Reset (ATR) from Java iButton.
getBankDescription() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see get a string description of the current memory bank.
getBindCode() - Method in class com.dalsemi.onewire.container.SHAiButton
Get the 7 byte binding data.
getBindData() - Method in class com.dalsemi.onewire.container.SHAiButton
Get the 32 byte binding data.
getBit() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets a bit from the 1-Wire Network.
getBit() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets a bit from the 1-Wire Network.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(byte[], int, int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network and write it into the provided array.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Get a block of data from the 1-Wire Network.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Get a block of data from the 1-Wire Network.
getBlock(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get a block of data from the 1-Wire Network.
getBuffer() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the internal CommandAPDU buffer.
getByte() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Gets a byte from the 1-Wire Network.
getByte() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Gets a byte from the 1-Wire Network.
getByte(int) - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the byte at the specified position in the buffer.
getByte(int) - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the byte value at the specified position in the internal buffer.
getBytes() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets a byte array of the buffered CommandAPDU.
getBytes() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets a byte array holding the internal ResponseAPDU buffer.
getCCA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the current CCA value in mVHr.
getChannel() - Method in class com.dalsemi.onewire.utils.OWPathElement
Retrieve the channel number of this element
getCLA() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the CLA byte value.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a version string for this class.
getClassVersion() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a version string for this class.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getClock(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method extracts the Clock Alarm Value from the provided state data retrieved from the 'readDevice()' method.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method extracts the Clock Alarm Value from the provided state data retrieved from the 'readDevice()' method.
getClockAlarm(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method extracts the Clock Alarm Value from the provided state data retrieved from the 'readDevice()' method.
getClockAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Alarm Value from the provided state data retrieved from the 'readDevice()' method.
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to get the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to get the clock resolution in milliseconds
getClockResolution() - Method in interface com.dalsemi.onewire.container.ClockContainer
Query to get the clock resolution in milliseconds
getClockResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the clock resolution in milliseconds
getCommandAPDUInfo() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the current CommandAPDU sent to the Java iButton
getCommandPINMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Command PIN Mode.
getCommitBufferSize() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the size of the Commit Buffer.
getContainer() - Method in class com.dalsemi.onewire.utils.OWPathElement
Retrieve the container for this element
getControlChannelAssociation(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks the channel association of the control pin from the provided state data retrieved from the 'readDevice()' method.
getControlData(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks the control data value from the provided state data retrieved from the 'readDevice()' method.
getCurrent(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Get the instantaneous current.
getCurrent(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Get the instantaneous current.
getCurrentWiperNumber(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Gets the currently selected wiper number.
getCurrentWiperNumber(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Gets the currently selected wiper number.
getCycleCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method extracts the cycle count Value from the clock register page retrieved from the 'readClockRegisters()' method.
getCycleCounterAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method retrieves the cycle count Alarm Value from the DS1994.
getData() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the data field of the ResponseAPDU.
getDCA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the value of the DCA in mVHr.
getDefaultAdapter() - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Attempts to find, open, and verify the default adapter and port.
getDefaultAdapterName() - Static method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get the default Adapter Name.
getDefaultPortName() - Static method in class com.dalsemi.onewire.adapter.TMEXAdapter
Get the default Adapter Port name.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer01
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Return a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer20
getDescription returns a String that contains a brief description of the functionalitly of this iButton.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer02
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets a short description of the function of the Java iButton.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Return a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Retrieve a short description of the function of the iButton type.
getDescription() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieve a short description of the function of the iButton type.
getDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs an OneWireContainer object using the current iButton address.
getDeviceContainer() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the device as a container
getDeviceContainer() - Method in class com.dalsemi.onewire.utils.OneWireMonitorEvent
Retrieve the container for the device causing the event.
getDeviceContainer(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs an OneWireContainer object using a user supplied iButton address.
getDeviceContainer(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs an OneWireContainer object using a user supplied iButton address.
getDeviceContainer(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Constructs an OneWireContainer object using a user supplied iButton address.
getDevicePOR(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to detect if the device has seen a Power-On-Reset (POR).
getDeviceSamplesCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Read the device samples counter and determine the number of samples taken by this device.
getDisconnectTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getEndOfChargeTime(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Clock Value in milliseconds from the state data retrieved from the 'readDevice()' method.
getEphemeralGCMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Ephemeral Gabage Collection Mode.
getErrorReportingMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Error Reporting Mode.
getExceptionMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Exception Mode.
getExtraInfoDescription() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to get a string description of what is contained in the Extra Informationed return when reading pages in the current memory bank.
getExtraInfoLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to get the length in bytes of extra information that is read when read a page in the current memory bank.
getFirmwareVersionString() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the firmware version string.
getFirstDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns an OneWireContainer object corresponding to the first iButton or 1-Wire device found on the 1-Wire Network.
getFirstLogOffset(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method is a convenience method to help determine the times for values in a temperature log.
getFlag(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Checks the specified flag in the status/configuration register and returns its status as a boolean.
getFlag(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Get the flag located in the specified register and return its status.
getFlag(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Checks the specified flag in the specified registor.
getFlag(int, byte, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Get the flag located in the specified register and return its status.
getFreeRAM() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the amount of free RAM in the Java iButton.
getICA() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Retrieves the current ICA value in mVHr.
getINS() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the INS byte value.
getIntervalTimer(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method extracts the Interval Timer Value in milliseconds from the clock register page retrieved from the 'readClockRegisters()' method.
getIntervalTimerAlarm(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method extracts the Interval Timer Alarm Value from the provided clock register page retrieved from the 'readClockRegisters()' method.
getLastError() - Method in class com.dalsemi.onewire.container.SHAiButton
Returns the last error that occurred.
getLastError() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the last error value.
getLatchState() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns the latch state of the Programmable Input/Ouput pin on the DS2760.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks the latch state of the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method checks the latch state of the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLatchState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method checks the latch state of the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLatchState(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
This method checks the latch state of the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLC() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the length of data field (LC).
getLE() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the expected length of ResponseAPDU (LE).
getLength() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the length of the buffered CommandAPDU.
getLength() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the length of the internal buffer.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks the sensed level on the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method checks the sensed level on the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLevel(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method checks the sensed level on the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLevel(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
This method checks the sensed level on the indicated channel from the provided state data retrieved from the 'readDevice()' method.
getLoadPacketSize() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the size of the packets sent on load.
getLoadPINMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Load PIN Mode.
getMaxPacketDataLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to get Maximum data page length in bytes for a packet read or written in the current memory bank.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Returns the maximum speed this iButton or 1-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Returns the maximum speed this iButton can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the maximum speed this One-Wire device can communicate at.
getMaxSpeed() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Returns the maximum speed this iButton can communicate at.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the maximum temperature in degrees C.
getMaxTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to get the maximum temperature in degrees C.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Return an enumeration of memory banks.
getMemoryBanks() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Return an enumeration of memory banks.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the minimum temperature in degrees C.
getMinTemperature() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to get the minimum temperature in degrees C.
getMissionSamplesCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Read the Mission Samples Counter and determine the number of samples taken on this mission.
getMissionTimeStamp(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the date and time that the Mission was first started.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0B
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0F
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer01
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Returns the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer13
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer23
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer09
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer1A
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0A
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer0C
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Returns the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer20
getName returns the name of the iButton that this class contains.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer02
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer14
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Dallas Semiconductor part number of the Java iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer06
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Returns the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer08
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getName() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Retrieve the Dallas Semiconductor part number of the iButton as a string.
getNextDeviceContainer() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Returns an OneWireContainer object corresponding to the next iButton or 1-Wire device found.
getNumberADChannels() - Method in interface com.dalsemi.onewire.container.ADContainer
Query to get the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Query to get the number of channels supported by this A/D.
getNumberADChannels() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the number of channels supported by this A/D.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to get the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to get the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to get the number of channels supported by this switch.
getNumberChannels(byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to get the number of channels supported by this switch.
getNumberPages() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to get the number of pages in current memory bank.
getOutputState(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to detect if the output is enabled for the specified channel from the provided register buffer.
getOWPath() - Method in class com.dalsemi.onewire.utils.NetworkMonitorEvent
Retrieve the path
getP1() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the first parameter (P1) byte value.
getP2() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets the second parameter (P2) byte value.
getPageLength() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to get raw page length in bytes in current memory bank.
getPORCount() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the number of times the Java iButton has been power on reset (POR) since the last master erase.
getPortName() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve the name of the selected port as a String.
getPortName() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve the name of the selected port as a String.
getPortNames() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortNames() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a list of the platform appropriate port names for this adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Retrieve a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Retrieve a description of the port required by this port adapter.
getPortTypeDescription() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Retrieve a description of the port required by this port adapter.
getProperty(String) - Static method in class com.dalsemi.onewire.OneWireAccessProvider
Attempts to find a onewire property.
getRandomBytes(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets requested number of bytes of random data generated by Java iButton.
getRealTimeClock() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Real Time Clock.
getRemainingCapacity() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Calculate the remaining capacity in mAH as outlined in the data sheet.
getRemainingCapacity(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Calculate the remaining capacity in mAHours from the current Accumulator.
getResponseAPDUInfo() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the current ResponseAPDU received from the Java iButton
getRestoreMode() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the Restore Mode.
getRunTime() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Gets the default run time value of the Java iButton
getSampleRate(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return the rate at which the DS1921 takes temperature measurements.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks if the indicated channel had activity from the provided state data retrieved from the 'readDevice()' method.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method checks if the indicated channel had activity from the provided state data retrieved from the 'readDevice()' method.
getSensedActivity(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method checks if the indicated channel had activity from the provided state data retrieved from the 'readDevice()' method.
getSensedActivity(int, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
This method checks if the indicated channel had activity from the provided state data retrieved from the 'readDevice()' method.
getSenseResistor() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Get the value used for the sense resistor in the getCurrent() calculations.
getSize() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to get the size of the memory bank in bytes.
getSpeed() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
This method returns the current data transfer speed through a port to a 1-Wire Network.
getSpeed() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
This method returns the current data transfer speed through a port to a 1-Wire Network.
getSpeed() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
This method returns the current data transfer speed through a port to a 1-Wire Network.
getStartPhysicalAddress() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to get the starting physical address of this bank.
getSW() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW1 and SW2 as an integer.
getSW1() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW1.
getSW2() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets the value of SW2.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperature(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperature(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method extracts the Temperature Value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method extracts the specified Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
This method extracts the specified Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method extracts the specified Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method extracts the specified Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the specified Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarm(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method extracts the specified Temperature Alarm value in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get the high/low resolution in degrees C.
getTemperatureAlarmResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to get the high/low resolution in degrees C.
getTemperatureHistogram() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return an array of int values representing the 63 counter bins holding the DS1921 histogram data.
For the temperature histogram the DS1921 provides 63 bins that each consist of a 16-bit non rolling-over binary counter that is incremented each time a temperature value acquired during a mission falls into the range of the bin.
getTemperatureLog(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Return the log of temperature measurements.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolution(byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolution(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method extracts the current resolution in degrees C from the state data retrieved from the 'readDevice()' method.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to get an array of available resolutions in degrees C.
getTemperatureResolutions() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to get an array of available resolutions in degrees C.
getUserFileExtension() - Method in class com.dalsemi.onewire.container.SHAiButton
Returns the extension of this coprocessor's service file.
getUserFileName() - Method in class com.dalsemi.onewire.container.SHAiButton
Returns the name of this coprocessor's service file.
getWiperPosition() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Get the current wiper position of the 2890.
getWiperPosition() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Get the current wiper position of the Potentiometer.

H

hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to see if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to see if the channels of this switch support activity sensing.
hasActivitySensing() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to see if the channels of this switch support activity sensing.
hasActivitySensing() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to see if the channels of this switch support activity sensing.
hasADAlarmed(int, int, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to check the alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to check the alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to check the alarm event value of the specified channel from the provided state buffer.
hasADAlarmed(int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to check the alarm event value of the specified channel from the provided state buffer.
hasADAlarms() - Method in interface com.dalsemi.onewire.container.ADContainer
Query to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer20
Query to see if this A/D measuring device has high/low alarms.
hasADAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this A/D measuring device has high/low alarms.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer04
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in interface com.dalsemi.onewire.container.ClockContainer
Query to see if the clock has an alarm feature.
hasClockAlarm() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if the clock has an alarm feature.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to see if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to see if the channels of this switch support level sensing.
hasLevelSensing() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to see if the channels of this switch support level sensing.
hasLevelSensing() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to see if the channels of this switch support level sensing.
hasPageAutoCRC() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to see if current memory bank pages can be read with the contents being verified by a device generated CRC.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this device has selectable resolution.
hasSelectableTemperatureResolution() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to see if this device has selectable resolution.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to see if the channels of this switch support smart on.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to see if the channels of this switch support smart on.
hasSmartOn() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to see if the channels of this switch support smart on.
hasSmartOn() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to see if the channels of this switch support smart on.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer21
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in interface com.dalsemi.onewire.container.TemperatureContainer
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer10
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer26
Query to see if this temperature measuring device has high/low trip alarms.
hasTemperatureAlarms() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Query to see if this temperature measuring device has high/low trip alarms.
haveExtraInfo() - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Query to see if current memory bank pages when read deliver extra information outside of the normal data space.

I

IAD_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to set/check the Current A/D Control bit with setFlag/getFlag.
INCREMENT - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
increment() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Increments the wiper position after selecting the part.
increment() - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Increments the wiper position after selecting the part.
increment(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Increments the wiper position.
increment(boolean) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Increments the wiper position.
INS - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Constant for addressing INS in the CommandAPDU buffer.
installMasterSecret(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Installs a secret on a DS1963S.
interpretVoltage(long, double) - Static method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to convert a raw voltage long value for the DS2450 into a valid voltage.
INTERVAL_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of inverval-counter-alarm in array returned from read registers
INTERVAL_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of inverval-counter in array returned from read registers
isAlarming() - Method in class com.dalsemi.onewire.container.OneWireContainer
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAlarming(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network and in an alarm state.
isAutomaticDelayLong(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the automatic delay for the Inteval Timer and the Cycle counter is either 3.5ms (regular) or 123ms (long).
isChargePumpOn(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Determines if the 2890's charge pump is enabled.
isChargePumpOn(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Determines if the Potentiometer's charge pump is enabled.
isCharging(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Determines if the battery is charging and returns a boolean.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method checks if the Clock Alarm is enabled from the provided state data retrieved from the 'readDevice()' method.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Clock Alarm is enabled from the provided state data retrieved from the 'readDevice()' method.
isClockAlarmEnabled(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method checks if the Clock Alarm is enabled from the provided state data retrieved from the 'readDevice()' method.
isClockAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the Clock Alarm is enabled from the provided state data retrieved from the 'readDevice()' method.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method checks if the Clock Alarm flag has been set from the state data retrieved from the 'readDevice()' method.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Real-Time Alarm flag has been set from the provided clock register page retrieved from the 'readClockRegisters()' method.
isClockAlarming(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method checks if the Clock Alarm flag has been set from the state data retrieved from the 'readDevice()' method.
isClockAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the Clock Alarm flag has been set from the state data retrieved from the 'readDevice()' method.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method checks if the device's oscilator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the device's oscilator is enabled.
isClockRunning(byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method checks if the device's oscilator is enabled.
isClockRunning(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method checks if the device's oscilator is enabled.
isClockWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Real-Time clock/Alarm is write protected from the provided clock register page retrieved from the 'readClockRegisters()' method.
isCoprocessor() - Method in class com.dalsemi.onewire.container.SHAiButton
Determines if this SHAiButton has enough of its parameters set to be a coprocessor iButton.
isCycleCounterAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Cycle Alarm is enabled from the provided clock register page retrieved from the 'readClockRegisters()' method.
isCycleCounterAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Cycle Alarm flag has been set from the provided clock register page retrieved from the 'readClockRegisters()' method.
isCycleCounterWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Cycle Counter and Alarm is write protected from the provided clock register page retrieved from the 'readClockRegisters()' method.
isExternalPowerSupplied() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Reads the way power is supplied to the DS18B20.
isGeneralPurposeMemory() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if the current memory bank is general purpose user memory.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to see if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to see if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to see if the channels of this switch are 'high side' switches.
isHighSideSwitch() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to see if the channels of this switch are 'high side' switches.
isIntervalTimerAlarmEnabled(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Interval Timer Alarm is enabled from the provided clock register page retrieved from the 'readClockRegisters()' method.
isIntervalTimerAlarming(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Interval Timer Alarm flag has been set from the provided clock register page retrieved from the 'readClockRegisters()' method.
isIntervalTimerAutomatic(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Interval timer is automatic or manual.
isIntervalTimerStopped(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Interval timer is stopped.
isIntervalTimerWriteProtected(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method checks if the Interval Timer and Interval Timer Alarm register is write protected from the provided clock register page retrieved from the 'readClockRegisters()' method.
isLinear(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Query to see if this Potentiometer One Wire Device has linear potentiometer element(s) or logarithmic potentiometer element(s).
isLinear(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Query to see if this Potentiometer One Wire Device has linear potentiometer element(s) or logarithmic potentiometer element(s).
isModeAuto(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method checks if the control mode from the provided state data retrieved from the 'readDevice()' method.
isMonitorRunning() - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Check to see if network monitor is running
isNonVolatile() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank non-volatile.
isOutputEnabled(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to detect if the output is enabled for the specified channel from the provided register buffer.
isPageLocked(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if the specified page is locked.
isPageRedirected(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if the specified page is redirected.
isPowerExternal(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to extract the state of the external power indicator from the provided register buffer.
isPowerSupplied(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
Read the devices is getting supplied with power.
isPresent() - Method in class com.dalsemi.onewire.container.OneWireContainer
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isPresent(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Verifies that the iButton or 1-Wire device specified is present on the 1-Wire Network.
isReadOnly() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank is read only.
isReadWrite() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank is read/write.
isRedirectPageLocked(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Query to see if the specified page has redirection locked.
isValid(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isValid(long) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isValid(String) - Static method in class com.dalsemi.onewire.utils.Address
Checks the CRC8 calculation of this 1-Wire Network address.
isWriteOnce() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank is write write once such as with EPROM technology.

K

killMonitor() - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Kill this network monitor
killMonitor() - Method in class com.dalsemi.onewire.utils.OneWireMonitor
 

L

LC - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Constant for addressing LC in the CommandAPDU buffer.
LEVEL_BREAK - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong pulldown to 0Volts, reset 1-Wire)
LEVEL_NORMAL - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, normal (weak 5Volt pullup)
LEVEL_POWER_DELIVERY - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong 5Volt pullup, used for power delivery)
LEVEL_PROGRAM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network level, (strong 12Volt pullup, used to program eprom )
loadApplet(String, String, String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Loads an applet onto the Java iButton.
lockBlock(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Permanently write-protects one of the user blocks of EEPROM.
lockPage(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Lock the specifed page in the current memory bank.
lockRedirectPage(int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Lock the redirection option for the specifed page in the current memory bank.

M

MAIN_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Main channel flag in array returned from read state
masterErase() - Method in class com.dalsemi.onewire.container.OneWireContainer16
Clears all memory in the Java iButton.
MATCH_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field MATCH_SCRATCHPAD
matchScratchPad(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
After a Validate command, the scratchpad contains a signature that cannot be read, but must be checked against another signature.
MEMORY_CLEAR_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: Must be enabled to enable the clear memory function.
MEMORY_CLEARED_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true if the memory has been cleared.
MemoryBank - interface com.dalsemi.onewire.container.MemoryBank.
Memory bank interface class for basic memory communication with iButtons (or 1-Wire devices).
MISSION_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When DISABLED, the mission will start as soon as the sample rate is written.
MISSION_IN_PROGRESS_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a mission is in progress.

N

needsPowerDelivery() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank pages need the adapter to have a 'PowerDelivery' feature in order to write to the memory.
needsProgramPulse() - Method in interface com.dalsemi.onewire.container.MemoryBank
Query to see if current memory bank pages need the adapter to have a 'ProgramPulse' in order to write to the memory.
networkArrival(NetworkMonitorEvent) - Method in interface com.dalsemi.onewire.utils.NetworkMonitorEventListener
Arrival event as a NetworkMonitorEventListener
networkDeparture(NetworkMonitorEvent) - Method in interface com.dalsemi.onewire.utils.NetworkMonitorEventListener
Depart event as a NetworkMonitorEventListener
networkException(Exception) - Method in interface com.dalsemi.onewire.utils.NetworkMonitorEventListener
Exception event as a NetworkMonitorEventListener
NetworkMonitor - class com.dalsemi.onewire.utils.NetworkMonitor.
1-Wire Complex Network Monitor.
NetworkMonitor(DSPortAdapter) - Constructor for class com.dalsemi.onewire.utils.NetworkMonitor
Create a new Network monitor on the provided adapter port.
NetworkMonitorEvent - class com.dalsemi.onewire.utils.NetworkMonitorEvent.
1-Wire Network Event.
NetworkMonitorEvent(NetworkMonitor, DSPortAdapter, long, OWPath) - Constructor for class com.dalsemi.onewire.utils.NetworkMonitorEvent
Creates an network monitor event
NetworkMonitorEventListener - interface com.dalsemi.onewire.utils.NetworkMonitorEventListener.
Interface to be a Network Monitor Event Listener.
NO_COPROCESSOR_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
NO_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
NO_PRESET - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
No preset value
NO_USER_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
NUM_CHANNELS - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Number of channels
numberOfPotentiometers(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Query to see how many potentiometers this Potentiometer One Wire Device has.
numberOfPotentiometers(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Query to see how many potentiometers this Potentiometer One Wire Device has.
numberOfWiperSettings(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Query to find the number of wiper settings that any wiper on this Potentiometer One Wire Device can have.
numberOfWiperSettings(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Query to find the number of wiper settings that any wiper on this Potentiometer One Wire Device can have.
NVB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not an operation is being performed on the nonvolatile memory using getFlag.

O

ONCE_PER_DAY - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting.
ONCE_PER_HOUR - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting.
ONCE_PER_MINUTE - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting
ONCE_PER_SECOND - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting.
ONCE_PER_WEEK - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Alarm frequency setting.
OneWireAccessProvider - class com.dalsemi.onewire.OneWireAccessProvider.
The OneWireAccessProvider class chiefly manages the Dallas Semiconductor adapter class derivatives of DSPortAdapter.
oneWireArrival(OneWireMonitorEvent) - Method in interface com.dalsemi.onewire.utils.OneWireMonitorEventListener
Called when a new 1-Wire device is detected on the network.
OneWireContainer - class com.dalsemi.onewire.container.OneWireContainer.
General iButton container class with basic communication functions.
OneWireContainer() - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Constructor OneWireContainer
OneWireContainer(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01 - class com.dalsemi.onewire.container.OneWireContainer01.
iButton container for iButton family type 01 (hex), DS1990A/DS2401.
OneWireContainer01() - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Constructor OneWireContainer01
OneWireContainer01(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer01(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer01
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02 - class com.dalsemi.onewire.container.OneWireContainer02.
iButton container for iButton family type 02 (hex), DS1991/DS1425.
OneWireContainer02() - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Constructor OneWireContainer02
OneWireContainer02(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer02(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer02
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer04 - class com.dalsemi.onewire.container.OneWireContainer04.
iButton container for iButton family type 04 (hex), DS1994/DS2404.
OneWireContainer04() - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Default constructor
OneWireContainer04(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer04(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer04
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer05 - class com.dalsemi.onewire.container.OneWireContainer05.
DS2405 container class with part specific commands.
OneWireContainer05() - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Default constructor
OneWireContainer05(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer05(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer05(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer05
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer06 - class com.dalsemi.onewire.container.OneWireContainer06.
iButton container for iButton family type 06 (hex), DS1993.
OneWireContainer06() - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Default constructor
OneWireContainer06(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer06(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer06
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer08 - class com.dalsemi.onewire.container.OneWireContainer08.
iButton container for iButton family type 08 (hex), DS1992.
OneWireContainer08() - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Default constructor
OneWireContainer08(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer08(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer08
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer09 - class com.dalsemi.onewire.container.OneWireContainer09.
iButton container for iButton family type 09 (hex), DS1982/DS2502.
OneWireContainer09() - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Default constructor
OneWireContainer09(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer09(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer09
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0A - class com.dalsemi.onewire.container.OneWireContainer0A.
iButton container for iButton family type 0A (hex), DS1995.
OneWireContainer0A() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Default constructor
OneWireContainer0A(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0B - class com.dalsemi.onewire.container.OneWireContainer0B.
iButton container for iButton family type 0B (hex), DS1985/DS2505.
OneWireContainer0B() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Default constructor
OneWireContainer0B(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0B(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0B
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0C - class com.dalsemi.onewire.container.OneWireContainer0C.
iButton container for iButton family type 0C (hex), DS1996.
OneWireContainer0C() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Default constructor
OneWireContainer0C(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0C(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0F - class com.dalsemi.onewire.container.OneWireContainer0F.
iButton container for iButton family type 0F (hex), DS1986/DS2506.
OneWireContainer0F() - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Default constructor
OneWireContainer0F(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer0F(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer0F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer10 - class com.dalsemi.onewire.container.OneWireContainer10.
iButton container for iButton family type 10 (hex).
OneWireContainer10() - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Constructor OneWireContainer10
OneWireContainer10(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer10(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer10(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer10
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer12 - class com.dalsemi.onewire.container.OneWireContainer12.
iButton container for iButton family type 12 (hex).
OneWireContainer12() - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Constructor OneWireContainer12
OneWireContainer12(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer12(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer12(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer12
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer13 - class com.dalsemi.onewire.container.OneWireContainer13.
iButton container for iButton family type 13 (hex), DS1983/DS2503.
OneWireContainer13() - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Default constructor
OneWireContainer13(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer13(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer13
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer14 - class com.dalsemi.onewire.container.OneWireContainer14.
iButton container for iButton family type 14 (hex), DS1971/DS2430A.
OneWireContainer14() - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Default constructor
OneWireContainer14(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer14(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer14
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer16 - class com.dalsemi.onewire.container.OneWireContainer16.
OneWireContainer for iButton family type 0x16 (Java iButton).
OneWireContainer16() - Constructor for class com.dalsemi.onewire.container.OneWireContainer16
Constructs a generic instance of the OneWireContainer16 class.
OneWireContainer18 - class com.dalsemi.onewire.container.OneWireContainer18.
OneWire container for iButton family type 18 (hex), DS1963S.

This container makes use of several optimizations to help it run fast on TINI.
OneWireContainer18() - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Default constructor
OneWireContainer18(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer18(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer18(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer18
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1A - class com.dalsemi.onewire.container.OneWireContainer1A.
iButton container for iButton family type 1A (hex), DS1963L.
OneWireContainer1A() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Default constructor
OneWireContainer1A(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1A(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1A
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1D - class com.dalsemi.onewire.container.OneWireContainer1D.
iButton container for iButton family type 1D (hex).
OneWireContainer1D() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Default constructor
OneWireContainer1D(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1D(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1D
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1F - class com.dalsemi.onewire.container.OneWireContainer1F.
iButton container for iButton family type 1F (hex), DS2409
OneWireContainer1F() - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Default constructor
OneWireContainer1F(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer1F(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer1F
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer20 - class com.dalsemi.onewire.container.OneWireContainer20.
iButton container for iButton family type 20 (hex).
OneWireContainer20() - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Default constructor
OneWireContainer20(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer20(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer20(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer20
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer21 - class com.dalsemi.onewire.container.OneWireContainer21.
The DS1921L-F5X Thermochron iButtons are rugged, self-sufficient systems that, once setup for a mission, measure temperature and record the result in a protected memory section.
OneWireContainer21() - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Default constructor
OneWireContainer21(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer21(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer21(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer21
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer23 - class com.dalsemi.onewire.container.OneWireContainer23.
iButton container for iButton family type 23 (hex), DS1973/DS2433.
OneWireContainer23() - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Default constructor
OneWireContainer23(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer23(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer23
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer26 - class com.dalsemi.onewire.container.OneWireContainer26.
The DS2438 Smart Battery Monitor provides several functions that are desirable to carry in a battery pack: a means of tagging a battery pack with a unique serial number, a direct-to-digital tmperature sensor which eliminates the need for thermistors in the pack, an A/D converter which measures the battery voltage and current, an integrated current accumulator which keeps a running total of all current going into and out of the battery, an elapsed time meter, and 40 bytes of nonvolatile EEPROM memory for storage of important parameters.
OneWireContainer26() - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Default constructor
OneWireContainer26(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer26(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer26(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer26
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer28 - class com.dalsemi.onewire.container.OneWireContainer28.
iButton container for iButton family type 28 (hex).
OneWireContainer28() - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Constructor OneWireContainer28
OneWireContainer28(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer28(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer28(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer28
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer2C - class com.dalsemi.onewire.container.OneWireContainer2C.
iButton container for iButton family type 2C (hex).
OneWireContainer2C() - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Default constructor
OneWireContainer2C(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer2C(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer2C(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer2C
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer30 - class com.dalsemi.onewire.container.OneWireContainer30.
The DS2760 1-Cell Li-Ion Battery Monitor is a data acquisition, information storage, and safety protection device tailored for cost-sensitive battery pack applications.
OneWireContainer30() - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Default constructor
OneWireContainer30(DSPortAdapter, byte[]) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer30(DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
OneWireContainer30(DSPortAdapter, String) - Constructor for class com.dalsemi.onewire.container.OneWireContainer30
Create a container with a provided adapter object and the address of the iButton or 1-Wire device.
oneWireDeparture(OneWireMonitorEvent) - Method in interface com.dalsemi.onewire.utils.OneWireMonitorEventListener
Called when a 1-Wire device has left the network.
OneWireException - exception com.dalsemi.onewire.OneWireException.
This is the general exception thrown by the iButton and 1-Wire operations.
OneWireException() - Constructor for class com.dalsemi.onewire.OneWireException
Constructs an OneWireException with no detail message.
OneWireException(String) - Constructor for class com.dalsemi.onewire.OneWireException
Constructs an OneWireException with the specified detail message.
OneWireIOException - exception com.dalsemi.onewire.adapter.OneWireIOException.
This exception is thrown when there is an IO error communicating on on the 1-Wire Network.
OneWireIOException() - Constructor for class com.dalsemi.onewire.adapter.OneWireIOException
Constructs a OneWireIOException with no detail message.
OneWireIOException(String) - Constructor for class com.dalsemi.onewire.adapter.OneWireIOException
Constructs a OneWireIOException with the specified detail message.
OneWireMonitor - class com.dalsemi.onewire.utils.OneWireMonitor.
This class allows an application to be notified of arriving and departing 1-Wire devices on a 1-Wire network.
OneWireMonitor(DSPortAdapter) - Constructor for class com.dalsemi.onewire.utils.OneWireMonitor
Create a 1-Wire monitoring object attached to the specified adapter.
OneWireMonitorEvent - class com.dalsemi.onewire.utils.OneWireMonitorEvent.
This class encapsulates a 1-Wire network event such as arrival or departure.
OneWireMonitorEvent(OneWireMonitor, DSPortAdapter, long) - Constructor for class com.dalsemi.onewire.utils.OneWireMonitorEvent
Constructor OneWireMonitorEvent
OneWireMonitorEventListener - interface com.dalsemi.onewire.utils.OneWireMonitorEventListener.
Implementing this interface will allow a class to receive 1-Wire device arrival/departure events from a OneWireMonitor.
OneWireSensor - interface com.dalsemi.onewire.container.OneWireSensor.
1-Wire sensor interface class for basic sensor operations.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
Query to see if the channels of this switch require that only channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer05
Query to see if the channels of this switch require that only channel is on at any one time.
onlySingleChannelOn() - Method in class com.dalsemi.onewire.container.OneWireContainer12
Query to see if the channels of this switch require that only channel is on at any one time.
onlySingleChannelOn() - Method in interface com.dalsemi.onewire.container.SwitchContainer
Query to see if the channels of this switch require that only channel is on at any one time.
open() - Method in class com.dalsemi.onewire.utils.OWPath
Open the path so that a remote device can be accessed
OSCILLATOR_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When DISABLED, the real time clock will start working.
OTPMemoryBank - interface com.dalsemi.onewire.container.OTPMemoryBank.
Memory bank interface for iButtons (or 1-Wire devices) that have one-time-programmable features.
OVERVOLTAGE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true, it indicates that the battery pack has experienced an overvoltage condition.
OWPath - class com.dalsemi.onewire.utils.OWPath.
1-Wire Network path.
OWPath(DSPortAdapter) - Constructor for class com.dalsemi.onewire.utils.OWPath
Create a new empty path
OWPath(DSPortAdapter, OWPath) - Constructor for class com.dalsemi.onewire.utils.OWPath
Create a new path with a starting path
OWPathElement - class com.dalsemi.onewire.utils.OWPathElement.
1-Wire Network path element.
OWPathElement(OneWireContainer, int) - Constructor for class com.dalsemi.onewire.utils.OWPathElement
Create a new path element

P

P1 - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Constant for addressing P1 in the CommandAPDU buffer.
P2 - Static variable in class com.dalsemi.onewire.container.CommandAPDU
Constant for addressing P2 in the CommandAPDU buffer.
PagedMemoryBank - interface com.dalsemi.onewire.container.PagedMemoryBank.
Paged Memory bank interface for iButtons (or 1-Wire devices) with page based memory.
PASSWORD_LENGTH_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
size of password length in byte
PASSWORD_SIZE - Static variable in class com.dalsemi.onewire.container.OneWireContainer16
maximum length of password in byte
pauseMonitor() - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Pause this network monitor
PIO_PIN_SENSE_AND_CONTROL_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
SPECIAL FEATURE REGISTER FLAG: Mirrors/sets the state of the PIO pin.
PotentiometerContainer - interface com.dalsemi.onewire.container.PotentiometerContainer.
1-Wire Switch interface class for basic potentiometer operations.
potentiometerResistance(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Query to find the resistance value of the potentiometer.
potentiometerResistance(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Query to find the resistance value of the potentiometer.
PRESET_TO_ONES - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Preset value to ones
PRESET_TO_ZEROS - Static variable in class com.dalsemi.onewire.container.OneWireContainer20
Preset value to zeros
process(CommandAPDU) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sends a generic process command to the JavaiButton.
PROTECTION_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Protection Register.
PS_PIN_STATE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
SPECIAL FEATURE REGISTER FLAG: Mirrors the state of the !PS pin.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a bit to the 1-Wire Network.
putBit(boolean) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a bit to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a byte to the 1-Wire Network.
putByte(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a byte to the 1-Wire Network.

R

READ_AUTHENTICATED_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
READ_AUTHENTICATED_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field READ_AUTHENTICATED_PAGE
READ_CONTROL - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
READ_MEMORY - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field READ_MEMORY
READ_MEMORY_PAGE_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
READ_NET_ADDRESS_OPCODE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
STATUS REGISTER FLAG: If set, the opcode for the Read Net Address command will be set to 33h.
READ_POSITION - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
READ_POWER_SUPPLY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 write scratchpad command
READ_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field READ_SCRATCHPAD
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Read Scratchpad Command
READ_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 read scratchpad command
READ_SCRATCHPAD_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
READ_SUBKEY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Read SubKey Command
READ_WRITE_STATUS_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Read Write Status register commmand.
read(int, boolean, byte[], int, int) - Method in interface com.dalsemi.onewire.container.MemoryBank
Read memory in the current bank with no CRC checking (device or data).
readAuthenticatedPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Reads and authenticates a page.
readByte(int) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Read a single byte from the DS1921.
readByte(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Read a register byte from the memory of the DS2760.
readBytes(int, byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Reads bytes from the DS2760.
readCounter(int) - Method in class com.dalsemi.onewire.container.OneWireContainer1D
Read the counter value from a page on this iButton.
readDevice() - Method in interface com.dalsemi.onewire.container.OneWireSensor
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer2C
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method retrieves the entire A/D control/status and alarm pages.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method retrieves the entire clock register page.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method retrieves the 1-Wire device sensor state.
readDevice() - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method retrieves the 1-Wire device sensor state.
readEEPROMBlock(int) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Read a 16 byte data block from one of the user EEPROM blocks.
readFile(int, byte[]) - Method in class com.dalsemi.onewire.container.SHAiButton
Utility to read a TMEX file starting at a specified page.
readMemoryPage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Reads a memory page from the DS1963S.
readPage(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Reads the specified 8 byte page and returns the data in an array.
readPage(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read page in the current bank with no CRC checking (device or data).
readPage(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read page with extra information in the current bank with no CRC checking (device or data).
readPageCRC(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read a complete memory page with CRC verification provided by the device.
readPageCRC(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read a complete memory page with CRC verification provided by the device with extra information.
readPagePacket(int, boolean, byte[], int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read a Universal Data Packet.
readPagePacket(int, boolean, byte[], int, byte[]) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Read a Universal Data Packet and extra information.
readScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the entire scratchpad.
readScratchpad() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Read the Scratchpad of the DS18B20.
readScratchPad(byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Read the contents of the scratchpad.
readSubkey(byte[], int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the subkey requested with the given key name and password.
readSubkey(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Reads the subkey requested with the given key name and password.
RECALL_E2MEMORY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 recall E-squared memory command
recallE2() - Method in class com.dalsemi.onewire.container.OneWireContainer28
Recalls the DS18B20 temperature trigger values (th & tl) and the configuration register to the scratchpad and reads the scratchpad.
redirectPage(int, int) - Method in interface com.dalsemi.onewire.container.OTPMemoryBank
Redirect the specifed page in the current memory bank to a new page.
registerOneWireContainerClass(int, Class) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Register a user provided OneWireContainer class.
removeEventListener(NetworkMonitorEventListener) - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Remove a network event listener
removeEventListener(OneWireMonitorEventListener) - Method in class com.dalsemi.onewire.utils.OneWireMonitor
Remove an event listener.
RESET_ALARM - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = alarm
RESET_NOPRESENCE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = no presence
RESET_PRESENCE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = presence
RESET_SHORT - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
1-Wire Network reset result = shorted
reset() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sends a Reset to the 1-Wire Network.
reset() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sends a Reset to the 1-Wire Network.
RESOLUTION_10_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 10-bit resolution constant for CONFIG byte
RESOLUTION_11_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 11-bit resolution constant for CONFIG byte
RESOLUTION_12_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 12-bit resolution constant for CONFIG byte
RESOLUTION_9_BIT - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 9-bit resolution constant for CONFIG byte
RESOLUTION_MAXIMUM - Static variable in class com.dalsemi.onewire.container.OneWireContainer10
Useful constant for resolution of temperature reading.
RESOLUTION_NORMAL - Static variable in class com.dalsemi.onewire.container.OneWireContainer10
Useful constant for resolution of temperature reading.
ResponseAPDU - class com.dalsemi.onewire.container.ResponseAPDU.
A ResponseAPDU represents an Application Protocol Data Unit (APDU) received from the smart card in response to a previous CommandAPDU.
ResponseAPDU(byte[]) - Constructor for class com.dalsemi.onewire.container.ResponseAPDU
Constructs a new ResponseAPDU initialized with the given buffer byte array.
RESUME - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field RESUME
resumeMonitor() - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Resume this network monitor
ROLLOVER_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will begin overwriting the earlier temperature measurements when the memory becomes full.
RTC_ALARM_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of real-time-clock-alarm in array returned from read registers
RTC_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of real-time-clock in array returned from read registers
run() - Method in class com.dalsemi.onewire.utils.NetworkMonitor
Network monitor work
run() - Method in class com.dalsemi.onewire.utils.OneWireMonitor
Start up the show.

S

SAMPLE_IN_PROGRESS_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a mission temperature conversion is in progress To be used with getFlag.
select(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(byte[]) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(long) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Selects the specified iButton or 1-Wire device by broadcasting its address.
select(String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Selects an applet by AID.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Specify a platform appropriate port name for this adapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Specify a platform appropriate port name for this adapter.
selectPort(String) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Specify a platform appropriate port name for this adapter.
sendAPDU(CommandAPDU, int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sends a CommandAPDU to the Java iButton.
setADAlarm(int, int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to set the alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to set the alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set the alarm voltage value of the specified channel in the provided state buffer.
setADAlarm(int, int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the alarm voltage value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to set the alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to set the alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set the alarm enable value of the specified channel in the provided state buffer.
setADAlarmEnable(int, int, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the alarm enable value of the specified channel in the provided state buffer.
setAddress(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Copies the provided 1-Wire device address into the 'current' array.
setADRange(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to set the input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to set the input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set the input range for the specified channel in the provided state buffer.
setADRange(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the input range for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.ADContainer
This method is used to set the conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method is used to set the conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set the conversion resolution value for the specified channel in the provided state buffer.
setADResolution(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method is used to set the conversion resolution value for the specified channel in the provided state buffer.
setAppletGCMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Applet Garbage Collection Mode.
setAuthenticationPageNumber(int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the page that the authentication secret is installed on.
setAutomaticDelayLong(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the automatic delay for the Inteval Timer and the Cycle counter is either 123ms (long) or 3.5ms (regular).
setBindCode(byte[], int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the code to bind used in signatures.
setBindData(byte[], int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the binding data for this Sha iButton.
setByte(int, byte) - Method in class com.dalsemi.onewire.container.CommandAPDU
Sets the byte value at the specified position in the buffer.
setCCA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the CCA.
setChargePump(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Set the 2890's charge pump.
setChargePump(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Set the Potentiometer's charge pump.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the Clock time in the provided state data Use the method 'writeDevice()' with this data to finalize the change to the device.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Clock time in the provided state data Use the method 'writeDevice()' with this data to finalize the change to the device.
setClock(long, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method sets the Clock time in the provided state data Use the method 'writeDevice()' with this data to finalize the change to the device.
setClock(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock time in the provided state data Use the method 'writeDevice()' with this data to finalize the change to the device.
setClockAlarm(int, int, int, int, int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Set the DS1921's alarm clock's time.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the Clock Alarm in the provided state data.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Clock Alarm in the provided state data.
setClockAlarm(long, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method sets the Clock Alarm in the provided state data.
setClockAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock Alarm in the provided state data.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the Clock Alarm enable.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Clock Alarm enable.
setClockAlarmEnable(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method sets the Clock Alarm enable.
setClockAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the Clock Alarm enable.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the oscillator enable to the specified value.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the oscillator enable to the specified value.
setClockRunEnable(boolean, byte[]) - Method in interface com.dalsemi.onewire.container.ClockContainer
This method sets the oscillator enable to the specified value.
setClockRunEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the oscillator enable to the specified value.
setCommandPINMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Command PIN Mode.
setCommitBufferSize(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Commit Buffer size.
setCommonPIN(String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Common PIN.
setControlChannelAssociation(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method sets the control pin mode to the indicated value in the state data.
setControlData(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method sets the control pin data to the indicated value in the state data.
setCurrentWiperNumber(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Sets the currently selected wiper number.
setCurrentWiperNumber(int, byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Sets the currently selected wiper number.
setCycleCounter(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets Cycle counter in the provided clock register data field.
setCycleCounterAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Cycle Count Alarm in the provided clock register data field.
setCycleCounterAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Cycle counter Alarm enable.
setDCA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the DCA.
setEphemeralGCMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Ephemeral Garbage Collection Mode.
setErrorReportingMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Error Reporting mode.
setExceptionMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Exception Mode.
setFilename(byte[], int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the file name for this coprocessor's service file.
setFlag(byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set one of the flags in the STATUS/CONFIGURATION register.
setFlag(int, byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Set the flag located in the specified register.
setFlag(int, byte, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Set one of the flags in one of the registers.
setFlag(int, byte, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Method setFlag
setICA(int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the ICA.
setInitialSignature(byte[], int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the initial signature.
setIntervalTimer(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Interval Timer in the provided clock register data field.
setIntervalTimerAlarm(long, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Interval Timer Alarm in the provided clock register data field.
setIntervalTimerAlarmEnable(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Interval Timer Alarm enable.
setIntervalTimerAutomatic(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Interval timer in automatic or manual.
setIntervalTimerRunState(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the Interval timer run/stop mode.
setLatchState(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Sets the state for the Programmable Input/Output pin.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method sets the latch state of the indicated channel in the state data.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method sets the latch state of the indicated channel in the state data.
setLatchState(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method sets the latch state of the indicated channel in the state data.
setLatchState(int, boolean, boolean, byte[]) - Method in interface com.dalsemi.onewire.container.SwitchContainer
This method sets the latch state of the indicated channel in the state data.
setLoadPacketSize(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the size of the packets sent on load.
setLoadPINMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Load PIN Mode.
setMissionStartDelay(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Sets the time to wait before starting the mission.
setModeAuto(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method sets the control pin mode to the indicated value in the state data.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setNoResetSearch() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to not perform a 1-Wire reset before a search.
setOutput(int, boolean, boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set the output enable and state for the specified channel in the provided register buffer.
setPIN(String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the PIN used to communicate with the Java iButton.
setPower(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to set or clear the external power flag in the provided register buffer.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerDuration(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the duration to supply power to the 1-Wire Network.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to normal level.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to normal level.
setPowerNormal() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to normal level.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setProgramPulseDuration(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the duration for providing a program pulse on the 1-Wire Network.
setReadAfterExpire(boolean, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the read state of the device after write protected alarm has occured.
setRemainingCapacity(double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Allows user to set the remaining capacity.
setResistorExternal(double) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Set the DS2760 to use an external, user-selectable resistance.
setResistorInternal() - Method in class com.dalsemi.onewire.container.OneWireContainer30
Set the DS2760 to use its internal .025 ohm resistor for measurements.
setRestoreMode(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the Restore Mode.
setRunTime(int) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Sets the run time value for the Java iButton
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchAllDevices() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to find all iButtons and 1-Wire devices whether they are in an 'Alarm' state or not and restores the default setting of providing a 1-Wire reset command before each search.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSearchOnlyAlarmingDevices() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Set the 1-Wire Network search to find only iButtons and 1-Wire devices that are in an 'Alarm' state that signals a need for attention.
setSenseResitor(double) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the value of the sense resistor you are using to determine battery current.
setSigningChallenge(byte[], int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the signing challenge.
setSigningPageNumber(int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets the page used to generate signatures.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
This method takes an int representing the new speed of data transfer on the 1-Wire Network.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
This method takes an int representing the new speed of data transfer on the 1-Wire Network.
setSpeed(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
This method takes an int representing the new speed of data transfer on the 1-Wire Network.
setSpeed(int, boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer
This method takes an int representing the speed of data transfer on the 1-Wire Network.
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer21
To ensure that all parts can talk to the onewire bus at their desired speed, each method contains a call to doSpeed().
setSpeedCheck(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer18
To ensure that all parts can talk to the onewire bus at their desired speed, each method contains a call to doSpeed().
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the alarm value in degrees C in the provided state data.
setTemperatureAlarm(int, double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method sets the alarm value in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in interface com.dalsemi.onewire.container.TemperatureContainer
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method sets the current resolution in degrees C in the provided state data.
setTemperatureResolution(double, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method sets the current resolution in degrees C in the provided state data.
setThreshold(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Set the minimum current measurement magnitude for which the ICA/CCA/DCA are incremented.
setTMEXPortType(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Select the TMEX specified port type (0 to 15) Use this method if the constructor with the PortType cannot be used.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Provides this container an adapter object to access the Java iButton.
setupContainer(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, long) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Provides this container an adapter object to access the Java iButton.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer
Provide this container the adapter object used to access this device and provide the address of this iButton or 1-Wire device.
setupContainer(DSPortAdapter, String) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Provides this container an adapter object to access the Java iButton.
setupJibComm(DSPortAdapter, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer16
Provide this container an JibComm object to communicate with the Java iButton.
setUser(int) - Method in class com.dalsemi.onewire.container.SHAiButton
Sets up this SHAiButton as a user iButton.
setWiperPosition(int) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Set the wiper position for the potentiometer.
setWiperPosition(int) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Set the wiper position for the potentiometer.
setWorkspacePageNumber(int) - Method in class com.dalsemi.onewire.container.SHAiButton
Page the iButton will use to re-generate user iButton specific secrets.
setWriteVerification(boolean) - Method in interface com.dalsemi.onewire.container.MemoryBank
Set the write verification for the 'write()' method.
SHA_FUNCTION_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
SHAFunction(byte) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Performs one of the DS1963S's SHA functions (see the datasheet for more on these functions).
SHAFunction(byte, int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Performs one of the DS1963S's SHA functions (see the datasheet for more on these functions).
SHAiButton - class com.dalsemi.onewire.container.SHAiButton.
Higher level access class for a DS1963S, Sha iButton.
SHAiButton(OneWireContainer18) - Constructor for class com.dalsemi.onewire.container.SHAiButton
Constructor SHAiButton
SIGN_DATA_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field SIGN_DATA_PAGE
signDataFile(SHAiButton, int, int, byte[]) - Method in class com.dalsemi.onewire.container.SHAiButton
Makes this coprocessor produce a signature for a new amount of money for the user SHAiButton, then places the new money file on the user.
SLEEP_MODE_ENABLE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
STATUS REGISTER FLAG: Enables/disables the DS2760 to enter sleep mode when the DQ line goes low for greater than 2 seconds.
SMART_ON_AUX_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Smart on aux command.
SMART_ON_MAIN_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Smart on main command.
SPECIAL_FEATURE_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Special Feature Register.
SPEED_FLEX - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, flexible for long lines
SPEED_HYPERDRIVE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, hyperdrive
SPEED_OVERDRIVE - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, overdrive
SPEED_REGULAR - Static variable in class com.dalsemi.onewire.adapter.DSPortAdapter
Speed modes for 1-Wire Network, regular
startBreak() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to 0 volts.
startBreak() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to 0 volts.
startBreak() - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to 0 volts.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to supply power to an iButton device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to supply power to an iButton device.
startPowerDelivery(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to supply power to an iButton device.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Sets the 1-Wire Network voltage to eprom programming level.
startProgramPulse(int) - Method in class com.dalsemi.onewire.adapter.TMEXAdapter
Sets the 1-Wire Network voltage to eprom programming level.
STATUS_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Offset of Status in array returned from read state
STATUS_OFFSET - Static variable in class com.dalsemi.onewire.container.OneWireContainer04
Offset of status register from read registers
STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Address of the status register.
STATUS_REGISTER - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
Address of the Status Register.
SWITCH_OFF - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate turn off
SWITCH_ON - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate turn on
SWITCH_SMART - Static variable in class com.dalsemi.onewire.container.OneWireContainer1F
Channel flag to indicate smart on
SwitchContainer - interface com.dalsemi.onewire.container.SwitchContainer.
1-Wire Switch interface class for basic switch operations.

T

TA1 - Variable in class com.dalsemi.onewire.container.OneWireContainer18
Field TA1, TA2, ES
TA2 - Variable in class com.dalsemi.onewire.container.OneWireContainer18
Field TA1, TA2, ES
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Removes any selectivity during a search for iButtons or 1-Wire devices by family type.
targetAllFamilies() - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Removes any selectivity during a search for iButtons or 1-Wire devices by family type.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an array of bytes to use for selectively searching for acceptable family codes.
targetFamily(byte[]) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an array of bytes to use for selectively searching for acceptable family codes.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.DSPortAdapter
Takes an integer to selectively search for this desired family type.
targetFamily(int) - Method in class com.dalsemi.onewire.adapter.USerialAdapter
Takes an integer to selectively search for this desired family type.
TB_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer26
Flag to check whether or not a temperature conversion is in progress using getFlag().
TEMP_CORE_BUSY_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true if a temperature conversion of any kind is in progress.
TEMP_HIGH_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if the temperature has reached the high temperature threshold.
TEMP_LOW_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if the temperature has reached the low temperature threshold.
TEMPERATURE_HIGH_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Type of alarm triggered when the temperature goes above the temperature threshold.
TEMPERATURE_HIGH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when the temperature during a mission reaches or exceeds the temperature high threshold.
TEMPERATURE_LOW_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Type of alarm triggered when temperature goes below the temperature threshold.
TEMPERATURE_LOW_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a temperature equal to or below the low temperature threshold was detected on a mission.
TemperatureContainer - interface com.dalsemi.onewire.container.TemperatureContainer.
1-Wire temperature interface class for basic temperature measuring operations.
TIMER_ALARM - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
Type of alarm triggered when time reaches that set in alarm clock regs.
TIMER_ALARM_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
STATUS REGISTER FLAG: Will read back true when a clock alarm has occured.
TIMER_ALARM_SEARCH_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer21
CONTROL REGISTER FLAG: When enabled, the device will respond to conditional search command if a timer alarm has occured.
TMEXAdapter - class com.dalsemi.onewire.adapter.TMEXAdapter.
The DSPortAdapter class for all TMEX native adapters (Win32).
TMEXAdapter() - Constructor for class com.dalsemi.onewire.adapter.TMEXAdapter
Constructs a default adapter
TMEXAdapter(int) - Constructor for class com.dalsemi.onewire.adapter.TMEXAdapter
Constructs with a specified port type
toByteArray(long) - Static method in class com.dalsemi.onewire.utils.Address
Convert an iButton or 1-Wire device address as a long (little endian) into an array of bytes.
toByteArray(String) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address string (big endian) to a byte array (little endian).
toLong(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address to a long (little endian).
toLong(String) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network Address to a long (little endian).
toString() - Method in class com.dalsemi.onewire.container.CommandAPDU
Gets a string representation of this CommandAPDU.
toString() - Method in class com.dalsemi.onewire.container.ResponseAPDU
Gets a string representation of this ResponseAPDU.
toString() - Method in class com.dalsemi.onewire.container.SHAiButton
Returns a string with the unique address of the SHA iButton in hex.
toString() - Method in class com.dalsemi.onewire.utils.OWPath
Get a string representation of this path
toString(byte[]) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network address byte array (little endian) to a hex string representation (big endian).
toString(long) - Static method in class com.dalsemi.onewire.utils.Address
Converts a 1-Wire Network address long (little endian) to a hex string representation (big endian).

U

UNDERVOLTAGE_FLAG - Static variable in class com.dalsemi.onewire.container.OneWireContainer30
PROTECTION REGISTER FLAG: When this flag is true, the battery pack has experienced an undervoltage.
useResume(boolean) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Tells the OneWireContainer18 whether it can use the resume command.
USerialAdapter - class com.dalsemi.onewire.adapter.USerialAdapter.
The USerialAdapter class implememts the DSPortAdapter interface for a DS2480 based serial adapter such as the DS9097U-009 or DS9097U-S09.
USerialAdapter() - Constructor for class com.dalsemi.onewire.adapter.USerialAdapter
Constructs a DS9097U serial adapter class

V

VALIDATE_DATA_PAGE - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field VALIDATE_DATA_PAGE
VERIFICATION_FAILED_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
verifyAuthentication(SHAiButton, byte[]) - Method in class com.dalsemi.onewire.container.SHAiButton
Determines if the 'user' SHAiButton belongs to the system defined by this Coprocessor iButton.
verifyUserMoney(byte[], SHAiButton, int) - Method in class com.dalsemi.onewire.container.SHAiButton
This method allows a coprocessor to verify the money file from a user iButton.
voltageToInt(double, double) - Static method in class com.dalsemi.onewire.container.OneWireContainer20
This method is used to convert a voltage double value to the DS2450 specific int value.

W

waitForSuccessfulFinish() - Method in class com.dalsemi.onewire.container.OneWireContainer18
Waits for the DS1963S's output to alternate.
wiperSettingsAreVolatile(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
Query to see if this Potentiometer One Wire Device's wiper settings are volatile or non-volatile.
wiperSettingsAreVolatile(byte[]) - Method in interface com.dalsemi.onewire.container.PotentiometerContainer
Query to see if this Potentiometer One Wire Device's wiper settings are volatile or non-volatile.
WRITE_CONTROL - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
WRITE_MEMORY_PAGE_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
WRITE_PASSWORD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Write Password Command
WRITE_POSITION - Static variable in class com.dalsemi.onewire.container.OneWireContainer2C
Useful constant for one wire communications.
WRITE_SCRATCHPAD - Static variable in class com.dalsemi.onewire.container.OneWireContainer18
Field WRITE_SCRATCHPAD
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Write Scratchpad Command
WRITE_SCRATCHPAD_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer28
DS18B20 write scratchpad command
WRITE_SCRATCHPAD_ERROR - Static variable in class com.dalsemi.onewire.container.SHAiButton
Useful constant for getLastError().
WRITE_SUBKEY_COMMAND - Static variable in class com.dalsemi.onewire.container.OneWireContainer02
DS1991 Write SubKey Command
write(int, byte[], int, int) - Method in interface com.dalsemi.onewire.container.MemoryBank
Write memory in the current bank.
writeByte(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer21
Write a byte of data into the DS1921's memory.
writeByte(int, byte) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Write a register byte to the memory of the DS2760.
writeDataPage(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Writes a data page on the DS1963S.
writeDevice(byte[]) - Method in interface com.dalsemi.onewire.container.OneWireSensor
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer1F
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer21
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer05
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer2C
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer10
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer20
This method write the bytes in the provided A/D register pages that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer12
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method write the bytes in the provided clock register page that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer26
This method write the 1-Wire device sensor state that have been changed by the 'set' methods.
writeDevice(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
This method writes the 1-Wire device sensor state that has been changed by the 'set' methods.
writeEEPROMBlock(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer30
Write a 16 byte data block to one of the user blocks.
writePage(int, byte[], int) - Method in class com.dalsemi.onewire.container.OneWireContainer26
Writes a page of memory to the DS2438.
writePagePacket(int, byte[], int, int) - Method in interface com.dalsemi.onewire.container.PagedMemoryBank
Write a Universal Data Packet.
writePassword(int, byte[], byte[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes a new identifier and password to the secure subkey iButton
writeProtectClock(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the write protect options for the Real-Time clock/Alarm in the provided clock register page retrieved from the 'readClockRegisters()' method.
writeProtectedCycleCounter(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the write protect options for the Cycle Counter and Alarm register in the provided clock register page retrieved from the 'readClockRegisters()' method.
writeProtectedIntervalTimer(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer04
This method sets the write protect options for Interval Timer and Interval Timer Alarm register in the provided clock register page retrieved from the 'readClockRegisters()' method.
writeScratchpad(byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer28
Write to the Scratchpad of the DS18B20.
writeScratchpad(int, byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes the data to the scratchpad from the given address.
writeScratchPad(int, int, byte[], int, int) - Method in class com.dalsemi.onewire.container.OneWireContainer18
Write to the scratchpad.
writeSubkey(int, int, byte[], byte[]) - Method in class com.dalsemi.onewire.container.OneWireContainer02
Writes new data to the secure subkey

A B C D E F G H I K L M N O P R S T U V W