IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.wosa
Class PrtReadImageReply

java.lang.Object
  extended bycom.ibm.dse.services.wosa.WOSAMessage
      extended bycom.ibm.dse.services.wosa.WOSAMessageReply
          extended bycom.ibm.dse.services.wosa.PrtReadImageReply

public class PrtReadImageReply
extends WOSAMessageReply

The PrtReadImageReply class contains reply data to the WFS_CMD_PTR_READ_IMAGE message.


Field Summary
 byte[] lpImage
           
 int ulSize
           
 short wImageType
           
 
Fields inherited from class com.ibm.dse.services.wosa.WOSAMessageReply
requestID, result
 
Fields inherited from class com.ibm.dse.services.wosa.WOSAMessage
command
 
Constructor Summary
PrtReadImageReply()
          This constructor creates a PrtReadImageReply object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wImageType

public short wImageType

ulSize

public int ulSize

lpImage

public byte[] lpImage
Constructor Detail

PrtReadImageReply

public PrtReadImageReply()
This constructor creates a PrtReadImageReply object.


IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005