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
messageLength:int
The message length of the Photoshop message.
Implementation public function get messageLength():int
public function set messageLength(value:int):void
messageType:int
The type of message that IMessage represents.
Implementation public function get messageType():int
public function set messageType(value:int):void
transactionID:int
The transaction ID of the Photoshop message.
Implementation public function get transactionID():int
public function set transactionID(value:int):void
public function toStream():ByteArray
Returns
Fri Oct 21 2011, 03:36 PM -04:00