Packagecom.adobe.photoshop.messages
Interfacepublic interface IMessage
Implementors ImageMessage, Message, TextMessage

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 10

An interface that defines the requirements for an Object being sent, received, and parsed as a Photoshop message



Public Properties
 PropertyDefined By
  messageLength : int
The message length of the Photoshop message.
IMessage
  messageType : int
The type of message that IMessage represents.
IMessage
  transactionID : int
The transaction ID of the Photoshop message.
IMessage
Public Methods
 MethodDefined By
  
toStream():ByteArray
IMessage
Property Detail
messageLengthproperty
messageLength:int

The message length of the Photoshop message.


Implementation
    public function get messageLength():int
    public function set messageLength(value:int):void
messageTypeproperty 
messageType:int

The type of message that IMessage represents.


Implementation
    public function get messageType():int
    public function set messageType(value:int):void
transactionIDproperty 
transactionID:int

The transaction ID of the Photoshop message.


Implementation
    public function get transactionID():int
    public function set transactionID(value:int):void
Method Detail
toStream()method
public function toStream():ByteArray

Returns
ByteArray