android.device
Class MagManager

java.lang.Object
  extended by android.device.MagManager

public class MagManager
extends java.lang.Object

The android.device.MagManager provides support for magnetic strip reader.


Constructor Summary
MagManager()
           
 
Method Summary
 java.io.FileDescriptor open(int onoff)
          Returns the file descriptor for FileInputStream.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagManager

public MagManager()
Method Detail

open

public java.io.FileDescriptor open(int onoff)
Returns the file descriptor for FileInputStream. Use this file descriptor to read

Parameters:
onoff - Not used. Ignored by system.
Returns:
Returns the file descriptor if successful. Otherwise, returns null.