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

I

I2CPort - class com.dalsemi.system.I2CPort.
This class encapsulates I2C protocol using one of two resources:
1.
I2CPort() - Constructor for class com.dalsemi.system.I2CPort
Use processor port pin P5.0 for SCL and P5.1 for SDA.
I2CPort(byte, int, byte, byte, int, byte) - Constructor for class com.dalsemi.system.I2CPort
Use memory mapped IO address for SCL and SDA pins.
I2CStretchCycles - Variable in class com.dalsemi.system.I2CPort
 
iBAccess() - Method in class com.ibutton.Access
Initialize communications with the currently selected iButton.
iBAccess() - Method in class com.ibutton.SerialAdapterSmall
Initialize communications with the currently selected iButton.
iBAccess() - Method in interface com.ibutton.PortAdapter
Initialize communications with the currently selected iButton.
iBDataBit() - Method in class com.ibutton.Access
Read a single bit of data from the currently selected iButton.
iBDataBit(int) - Method in class com.ibutton.Access
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBit(int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBit(int) - Method in interface com.ibutton.PortAdapter
Read/Write a single bit of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in class com.ibutton.Access
Read/Write a block of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a block of data from/to the currently selected iButton.
iBDataBlock(int[], int, int) - Method in interface com.ibutton.PortAdapter
Read/Write a block of data from/to the currently selected iButton.
iBDataByte() - Method in class com.ibutton.Access
Read a single byte of data from the currently selected iButton.
iBDataByte(int) - Method in class com.ibutton.Access
Read/Write a single byte of data from/to the currently selected iButton.
iBDataByte(int) - Method in class com.ibutton.SerialAdapterSmall
Read/Write a single byte of data from/to the currently selected iButton.
iBDataByte(int) - Method in interface com.ibutton.PortAdapter
Read/Write a single byte of data from/to the currently selected iButton.
iBDOWCheck() - Method in class com.ibutton.Access
Loads the hardware specific drivers needed to perform One-Wire communications.
iBDOWCheck() - Method in class com.ibutton.SerialAdapterSmall
Loads the hardware specific drivers needed to perform One-Wire communications.
iBDOWCheck() - Method in interface com.ibutton.PortAdapter
Loads the hardware specific drivers needed to perform One-Wire communications.
iBFailReason() - Method in class com.ibutton.Access
Returns the reason for the previous fail.
iBFailReason() - Method in class com.ibutton.SerialAdapterSmall
Returns the reason for the previous fail.
iBFailReason() - Method in interface com.ibutton.PortAdapter
Returns the reason for the previous fail.
iBFastAccess() - Method in class com.ibutton.Access
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFastAccess() - Method in class com.ibutton.SerialAdapterSmall
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFastAccess() - Method in interface com.ibutton.PortAdapter
Resets and initializes communications with the currently selected iButton without verifying that it is still connected to the One-Wire bus.
iBFirst() - Method in class com.ibutton.Access
Find the first iButton on the One-Wire bus.
iBFirst() - Method in class com.ibutton.SerialAdapterSmall
Find the first iButton on the One-Wire bus.
iBFirst() - Method in interface com.ibutton.PortAdapter
Find the first iButton on the One-Wire bus.
iBGndTest() - Method in class com.ibutton.Access
Test to see if the One-Wire bus is grounded.
iBGndTest() - Method in class com.ibutton.SerialAdapterSmall
Test to see if the One-Wire bus is grounded.
iBGndTest() - Method in interface com.ibutton.PortAdapter
Test to see if the One-Wire bus is grounded.
iBKeyClose() - Method in class com.ibutton.Access
Closes a One-Wire communications session on the currently selected port.
iBKeyClose() - Method in class com.ibutton.SerialAdapterSmall
Closes a One-Wire communications session on the currently selected port.
iBKeyClose() - Method in interface com.ibutton.PortAdapter
Closes a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in class com.ibutton.Access
Opens a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in class com.ibutton.SerialAdapterSmall
Opens a One-Wire communications session on the currently selected port.
iBKeyOpen() - Method in interface com.ibutton.PortAdapter
Opens a One-Wire communications session on the currently selected port.
iBNext() - Method in class com.ibutton.Access
Find the next iButton on the One-Wire bus in the current enumeration.
iBNext() - Method in class com.ibutton.SerialAdapterSmall
Find the next iButton on the One-Wire bus in the current enumeration.
iBNext() - Method in interface com.ibutton.PortAdapter
Find the next iButton on the One-Wire bus in the current enumeration.
iBOverdriveOff() - Method in class com.ibutton.Access
Shifts the One-Wire bus to normal speed.
iBOverdriveOff() - Method in class com.ibutton.SerialAdapterSmall
Shifts the One-Wire bus to normal speed.
iBOverdriveOff() - Method in interface com.ibutton.PortAdapter
Shifts the One-Wire bus to normal speed.
iBOverdriveOn() - Method in class com.ibutton.Access
Shifts the One-Wire bus to Overdrive speed.
iBOverdriveOn() - Method in class com.ibutton.SerialAdapterSmall
Shifts the One-Wire bus to Overdrive speed.
iBOverdriveOn() - Method in interface com.ibutton.PortAdapter
Shifts the One-Wire bus to Overdrive speed.
iBReset() - Method in class com.ibutton.Access
Resets communications for all devices on the One-Wire bus.
iBReset() - Method in class com.ibutton.SerialAdapterSmall
Resets communications for all devices on the One-Wire bus.
iBReset() - Method in interface com.ibutton.PortAdapter
Resets communications for all devices on the One-Wire bus.
iBROMData() - Method in class com.ibutton.Access
Retrieve the ROM Id of the currently selected iButton.
iBROMData() - Method in class com.ibutton.SerialAdapterSmall
Retrieve the ROM Id of the currently selected iButton.
iBROMData() - Method in interface com.ibutton.PortAdapter
Retrieve the ROM Id of the currently selected iButton.
iBROMData(int[]) - Method in class com.ibutton.Access
Sets the internal ROM Id buffer to the given ROM Id.
iBROMData(int[]) - Method in class com.ibutton.SerialAdapterSmall
Sets the internal ROM Id buffer to the given array.
iBROMData(int[]) - Method in interface com.ibutton.PortAdapter
Sets the internal ROM Id buffer to the given array.
iBSetup(int) - Method in class com.ibutton.Access
Select the port that hosts the One-Wire adapter, by specifying a port number.
iBSetup(int) - Method in class com.ibutton.SerialAdapterSmall
Select the port that hosts the One-Wire adapter by specifying the port number.
iBSetup(int) - Method in interface com.ibutton.PortAdapter
Select the port that hosts the One-Wire adapter by specifying the port number.
iBStream(int[], int) - Method in class com.ibutton.Access
This method does following operations: Access the current button using fast access Send the provided block of data to the One-Wire bus
iBStream(int[], int) - Method in class com.ibutton.SerialAdapterSmall
This method does following operations: Access the current button using fast access.
iBStream(int[], int) - Method in interface com.ibutton.PortAdapter
This method does following operations: Access the current button using fast access.
iBStrongAccess() - Method in class com.ibutton.Access
Resets the currently selected iButton and verify whether (or not) it is still connected to the One-Wire bus.
iBStrongAccess() - Method in class com.ibutton.SerialAdapterSmall
Resets the currently selected iButton and verify whether (or not) it is still connected to the One-Wire bus.
iBStrongAccess() - Method in interface com.ibutton.PortAdapter
Verifies that the currently selected iButton is still on the One-Wire bus and resets it.
iButton - class com.ibutton.iButton.
Class that represents a physical iButton attached to a port.
iButton(Access, int[]) - Constructor for class com.ibutton.iButton
Constructor for the iButton object
iButtonAccessProvider - class com.ibutton.tmex.iButtonAccessProvider.
The iButtonAccessProvider class chiefly manages the Dallas Semiconductor adapter class derivatives of DSPortAdapter.
iButtonAccessProvider() - Constructor for class com.ibutton.tmex.iButtonAccessProvider
Constructor of iButton access provider
iButtonContainer - interface com.ibutton.tmex.container.iButtonContainer.
Interace that all iButton container classes must implement
iButtonContainer01 - class com.ibutton.tmex.container.iButtonContainer01.
iButton container for iButton family type 01 (hex).
iButtonContainer01() - Constructor for class com.ibutton.tmex.container.iButtonContainer01
Constructs a General purpose iButton container class.
iButtonContainer02 - class com.ibutton.tmex.container.iButtonContainer02.
iButton container for iButton family type 02 (hex).
iButtonContainer02() - Constructor for class com.ibutton.tmex.container.iButtonContainer02
Constructs a General purpose iButton container class.
iButtonContainer04 - class com.ibutton.tmex.container.iButtonContainer04.
iButton container for iButton family type 04 (hex).
iButtonContainer04() - Constructor for class com.ibutton.tmex.container.iButtonContainer04
Constructs a General purpose iButton container class.
iButtonContainer05 - class com.ibutton.tmex.container.iButtonContainer05.
iButton container for iButton family type 05 (hex).
iButtonContainer05() - Constructor for class com.ibutton.tmex.container.iButtonContainer05
Constructs a General purpose iButton container class.
iButtonContainer06 - class com.ibutton.tmex.container.iButtonContainer06.
iButton container for iButton family type 06 (hex).
iButtonContainer06() - Constructor for class com.ibutton.tmex.container.iButtonContainer06
Constructs a General purpose iButton container class.
iButtonContainer08 - class com.ibutton.tmex.container.iButtonContainer08.
iButton container for iButton family type 08 (hex).
iButtonContainer08() - Constructor for class com.ibutton.tmex.container.iButtonContainer08
Constructs a General purpose iButton container class.
iButtonContainer09 - class com.ibutton.tmex.container.iButtonContainer09.
iButton container for iButton family type 09 (hex).
iButtonContainer09() - Constructor for class com.ibutton.tmex.container.iButtonContainer09
Constructs a General purpose iButton container class.
iButtonContainer0A - class com.ibutton.tmex.container.iButtonContainer0A.
iButton container for iButton family type 0A (hex).
iButtonContainer0A() - Constructor for class com.ibutton.tmex.container.iButtonContainer0A
Constructs a General purpose iButton container class.
iButtonContainer0B - class com.ibutton.tmex.container.iButtonContainer0B.
iButton container for iButton family type 0B (hex).
iButtonContainer0B() - Constructor for class com.ibutton.tmex.container.iButtonContainer0B
Constructs a General purpose iButton container class.
iButtonContainer0C - class com.ibutton.tmex.container.iButtonContainer0C.
iButton container for iButton family type 0C (hex).
iButtonContainer0C() - Constructor for class com.ibutton.tmex.container.iButtonContainer0C
Constructs a General purpose iButton container class.
iButtonContainer0F - class com.ibutton.tmex.container.iButtonContainer0F.
iButton container for iButton family type 0F (hex).
iButtonContainer0F() - Constructor for class com.ibutton.tmex.container.iButtonContainer0F
Constructs a General purpose iButton container class.
iButtonContainer10 - class com.ibutton.tmex.container.iButtonContainer10.
iButton container for iButton family type 10 (hex).
iButtonContainer10() - Constructor for class com.ibutton.tmex.container.iButtonContainer10
Constructs a General purpose iButton container class.
iButtonContainer11 - class com.ibutton.tmex.container.iButtonContainer11.
iButton container for iButton family type 11 (hex).
iButtonContainer11() - Constructor for class com.ibutton.tmex.container.iButtonContainer11
Constructs a General purpose iButton container class.
iButtonContainer12 - class com.ibutton.tmex.container.iButtonContainer12.
iButton container for iButton family type 12 (hex).
iButtonContainer12() - Constructor for class com.ibutton.tmex.container.iButtonContainer12
Constructs a General purpose iButton container class.
iButtonContainer14 - class com.ibutton.tmex.container.iButtonContainer14.
iButton container for iButton family type 14 (hex).
iButtonContainer14() - Constructor for class com.ibutton.tmex.container.iButtonContainer14
Constructs a General purpose iButton container class.
iButtonContainer16 - class com.ibutton.tmex.container.iButtonContainer16.
iButton container for iButton family type 16 (hex).
iButtonContainer16() - Constructor for class com.ibutton.tmex.container.iButtonContainer16
Constructs a General purpose iButton container class.
iButtonContainer18 - class com.ibutton.tmex.container.iButtonContainer18.
iButton container for iButton family type 18 (hex).
iButtonContainer18() - Constructor for class com.ibutton.tmex.container.iButtonContainer18
Constructs a General purpose iButton container class.
iButtonContainer1A - class com.ibutton.tmex.container.iButtonContainer1A.
iButton container for iButton family type 1A (hex).
iButtonContainer1A() - Constructor for class com.ibutton.tmex.container.iButtonContainer1A
Constructs a General purpose iButton container class.
iButtonContainer1B - class com.ibutton.tmex.container.iButtonContainer1B.
iButton container for iButton family type 1B (hex).
iButtonContainer1B() - Constructor for class com.ibutton.tmex.container.iButtonContainer1B
Constructs a General purpose iButton container class.
iButtonContainer1C - class com.ibutton.tmex.container.iButtonContainer1C.
iButton container for iButton family type 1C (hex).
iButtonContainer1C() - Constructor for class com.ibutton.tmex.container.iButtonContainer1C
Constructs a General purpose iButton container class.
iButtonContainer1D - class com.ibutton.tmex.container.iButtonContainer1D.
iButton container for iButton family type 1D (hex).
iButtonContainer1D() - Constructor for class com.ibutton.tmex.container.iButtonContainer1D
Constructs a General purpose iButton container class.
iButtonContainer1F - class com.ibutton.tmex.container.iButtonContainer1F.
iButton container for iButton family type 1F (hex).
iButtonContainer1F() - Constructor for class com.ibutton.tmex.container.iButtonContainer1F
Constructs a General purpose iButton container class.
iButtonContainer20 - class com.ibutton.tmex.container.iButtonContainer20.
iButton container for iButton family type 20 (hex).
iButtonContainer20() - Constructor for class com.ibutton.tmex.container.iButtonContainer20
Constructs a General purpose iButton container class.
iButtonContainer21 - class com.ibutton.tmex.container.iButtonContainer21.
iButton container for iButton family type 21 (hex).
iButtonContainer21() - Constructor for class com.ibutton.tmex.container.iButtonContainer21
Constructs a General purpose iButton container class.
iButtonContainer23 - class com.ibutton.tmex.container.iButtonContainer23.
iButton container for iButton family type 23 (hex).
iButtonContainer23() - Constructor for class com.ibutton.tmex.container.iButtonContainer23
Constructs a General purpose iButton container class.
iButtonContainer40 - class com.ibutton.tmex.container.iButtonContainer40.
iButton container for iButton family type 40 (hex).
iButtonContainer40() - Constructor for class com.ibutton.tmex.container.iButtonContainer40
Constructs a General purpose iButton container class.
iButtonContainerGeneral - class com.ibutton.tmex.container.iButtonContainerGeneral.
General iButton container class that implements an iButtonContainer and adds basic communication functions.
iButtonContainerGeneral() - Constructor for class com.ibutton.tmex.container.iButtonContainerGeneral
Constructs a General purpose iButton container class.
iButtonCRC - class com.ibutton.tmex.utils.iButtonCRC.
iButtonCRC is a class to contain an implementation of the Cyclic-Redundency-Check CRC8 for the iButton.
iButtonCRC() - Constructor for class com.ibutton.tmex.utils.iButtonCRC
Construct this object with both the crc8 and crc16 initial seeded to 0.
iButtonID - class com.ibutton.tmex.utils.iButtonID.
The iButtonID class encapsulates the 64 bit Read-Only-Memory (ROM) Identification (ID) number that all iButtons have.
iButtonID() - Constructor for class com.ibutton.tmex.utils.iButtonID
Constructs an iButton ID with all 0's.
iButtonID(int[]) - Constructor for class com.ibutton.tmex.utils.iButtonID
Constructs an iButton ID with a starting value specified as an array of ints.
iButtonID(String) - Constructor for class com.ibutton.tmex.utils.iButtonID
Constructs an iButton ID with a starting value specified as a string.
iBVersion() - Method in class com.ibutton.Access
Returns the version of the iButton library.
iBVersion() - Method in class com.ibutton.SerialAdapterSmall
Returns the version of the iButton library.
iBVersion() - Method in interface com.ibutton.PortAdapter
Returns the version of the iButton library.
ID - Variable in class com.dalsemi.comm.CanFrame
 
ID - Variable in class com.ibutton.tmex.adapter.MicroLanState
ID number of the current iButton found
ID - Variable in class com.ibutton.tmex.container.iButtonContainerGeneral
ID number of the current iButton found
initialize() - Method in class com.dalsemi.comm.TINICommDriver
initialize() will be called by the CommPortIdentifier's static initializer.
intDump(int) - Static method in class com.dalsemi.jellybeans.Debug
Dump hex representation of a four byte int to System.out.
intToBCD(int) - Static method in class com.dalsemi.system.Clock
Converts a binary integer byte to its BCD value.
IPAddress - class com.dalsemi.nethack.IPAddress.
This class simply encapsulates a byte array which contains a 32 bit IP address
IPAddress(byte[]) - Constructor for class com.dalsemi.nethack.IPAddress
Deprecated. This class will be removed in future releases.
IPError(String) - Method in interface com.dalsemi.tininet.dhcp.DHCPListener
Reports Error in dhcp attempt, program will continue until stopped by the originator
IPLeased() - Method in interface com.dalsemi.tininet.dhcp.DHCPListener
Report IP is leased, calling application should do any setup required here
IPLost() - Method in interface com.dalsemi.tininet.dhcp.DHCPListener
Report that machine no longer owns current IP
IPRenewed() - Method in interface com.dalsemi.tininet.dhcp.DHCPListener
Report that timer ran and the same IP was renewed
is12Hour - Variable in class com.dalsemi.system.Clock
12/24 hour flag
isAlarming() - Method in class com.ibutton.tmex.container.iButtonContainerGeneral
Checks to see that if the iButton is currently connected to the MicroLan whether it is in an 'alarm' condition.
isAlarming() - Method in interface com.ibutton.tmex.container.iButtonContainer
Checks to see that if the iButton is currently connected to the MicroLan whether it is in an 'alarm' condition.
isAlarming(iButtonContainer) - Method in interface com.ibutton.tmex.adapter.DSPortAdapter
Verifies that the iButton specified is present on the MicroLAN and in an alarm state.
isAlarming(iButtonContainer) - Method in class com.ibutton.tmex.adapter.TINISerialAdapter
Verifies that the iButton specified is present on the MicroLAN and in an alarm state (Not Currently implemented).
isCD() - Method in class com.dalsemi.comm.TINISerialPort
Same as getCD
isCTS() - Method in class com.dalsemi.comm.TINISerialPort
Same as getCTS
isCurrentTaskInit() - Static method in class com.dalsemi.system.TINIOS
Is the current process the init process? (HEX file in bank 7)
isDSR() - Method in class com.dalsemi.comm.TINISerialPort
Same as getDSR
isDTR() - Method in class com.dalsemi.comm.TINISerialPort
Same as getDTR
isPending() - Method in class com.dalsemi.nethack.ARPCacheEntry
Method declaration
isPowerSupplied() - Method in class com.ibutton.tmex.container.iButtonContainer12
Read the devices is getting supplied with power.
isPresent() - Method in class com.ibutton.tmex.container.iButtonContainerGeneral
Verifies that this iButton is currently connected to the MicroLan.
isPresent() - Method in interface com.ibutton.tmex.container.iButtonContainer
Verifies that this iButton is currently connected to the MicroLan.
isPresent(iButtonContainer) - Method in interface com.ibutton.tmex.adapter.DSPortAdapter
Verifies that the iButton specified is present on the MicroLAN.
isPresent(iButtonContainer) - Method in class com.ibutton.tmex.adapter.TINISerialAdapter
Verifies that the iButton specified is present on the MicroLAN.
isReceiveFramingEnabled() - Method in class com.dalsemi.comm.TINISerialPort
Returns the enable state
isReceiveThresholdEnabled() - Method in class com.dalsemi.comm.TINISerialPort
Returns the enable state
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.TINISerialPort
Returns the enable state
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.CommPort
Returns true if ReceiveTimeout is enabled
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.SerialPort
Deprecated. Returns true if the receive timeout is enabled.
isReceiveTimeoutEnabled() - Method in class com.dalsemi.comm.LCDPort
returns true if the receive timeout is enabled.
isRomID(int[]) - Method in class com.ibutton.iButton
Checks to see if the id passed in matches the ROM ID of this iButton object.
isRTS() - Method in class com.dalsemi.comm.TINISerialPort
Same as getRTS
isStatic() - Method in class com.dalsemi.nethack.ARPCacheEntry
Method declaration
isTaskRunning(int) - Static method in class com.dalsemi.system.TINIOS
Check to see if task with specified Hash ID is running
isValidID() - Method in class com.ibutton.tmex.utils.iButtonID
Checks the CRC8 calculation of this ID.

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