Uses of Interface
com.dalsemi.onewire.container.PagedMemoryBank

Packages that use PagedMemoryBank
com.dalsemi.onewire.application.file   
com.dalsemi.onewire.container   
 

Uses of PagedMemoryBank in com.dalsemi.onewire.application.file
 

Methods in com.dalsemi.onewire.application.file that return PagedMemoryBank
 PagedMemoryBank OWFile.getMemoryBankForPage(int page)
          Get's the memory bank object for the specified page.
 

Uses of PagedMemoryBank in com.dalsemi.onewire.container
 

Subinterfaces of PagedMemoryBank in com.dalsemi.onewire.container
 interface OTPMemoryBank
           One-Time-Programmable (OTP) Memory bank interface for iButtons (or 1-Wire devices) with OTP features.
 

Classes in com.dalsemi.onewire.container that implement PagedMemoryBank
(package private)  class com.dalsemi.onewire.container.MemoryBankNV
          Memory bank class for the NVRAM section of iButtons and 1-Wire devices.
(package private)  class com.dalsemi.onewire.container.MemoryBankNVCRC
          Memory bank class for the NVRAM with build in CRC section of iButtons and 1-Wire devices.
 class MemoryBankNVCRCPW
          Memory bank class for the NVRAM with built-in CRC generation and Password protected memory read/write iButtons and 1-Wire Devices.
(package private)  class com.dalsemi.onewire.container.MemoryBankScratch
          Memory bank class for the Scratchpad section of NVRAM iButtons and 1-Wire devices.
 class MemoryBankScratchCRCPW
          Memory bank class for the Scratchpad section of NVRAM iButtons and 1-Wire devices with password protected memory pages.
(package private)  class com.dalsemi.onewire.container.MemoryBankScratchEx
          Memory bank class for the Scratchpad section of NVRAM iButtons and 1-Wire devices.
 class MemoryBankScratchSHAEE
          Memory bank class for the Scratchpad section of SHA EEPROM iButtons and 1-Wire devices with SHA write-protected memory pages.
 class MemoryBankSHAEE
          Memory bank class for the DS1961S/DS2432.
 



Copyright © 1999-2003 Dallas Semiconductor. All Rights Reserved.