com.ibm.dse.services.landp
Class MsreTrackParams
java.lang.Object
com.ibm.dse.services.landp.MsreTrackParams
- public class MsreTrackParams
- extends java.lang.Object
MSRE track parameters object.
Method Summary |
(package private) void |
copy(MsreTrackParams tp)
Copies the track parameters of another MsreTrackParams object.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parity
public byte parity
bitsPerChar
public byte bitsPerChar
psom
public byte psom
asom
public byte asom
peom
public byte peom
aeom
public byte aeom
fmtCtrl
public byte fmtCtrl
lead0
public byte lead0
READ_TRACK_1
public static final byte READ_TRACK_1
- See Also:
- Constant Field Values
READ_TRACK_2
public static final byte READ_TRACK_2
- See Also:
- Constant Field Values
READ_TRACK_3
public static final byte READ_TRACK_3
- See Also:
- Constant Field Values
ENCODE_TRACK_1
public static final byte ENCODE_TRACK_1
- See Also:
- Constant Field Values
ENCODE_TRACK_2
public static final byte ENCODE_TRACK_2
- See Also:
- Constant Field Values
ENCODE_TRACK_3
public static final byte ENCODE_TRACK_3
- See Also:
- Constant Field Values
ODATA_OLRC
public static final byte ODATA_OLRC
- See Also:
- Constant Field Values
EDATA_ELRC
public static final byte EDATA_ELRC
- See Also:
- Constant Field Values
ODATA_ELRC
public static final byte ODATA_ELRC
- See Also:
- Constant Field Values
EDATA_OLRC
public static final byte EDATA_OLRC
- See Also:
- Constant Field Values
MsreTrackParams
public MsreTrackParams()
copy
void copy(MsreTrackParams tp)
- Copies the track parameters of another MsreTrackParams object.
The clone() method cannot be used, because clone() creates a new
instance, and this method simply updates the fields of a preexistent object.
- Parameters:
tp
- MsreTrackParams the source of the copy operation.
(c) Copyright IBM Corporation 1998, 2005