Constructor

@:value({ port : 0 })new(?host:String, port:Int = 0)

Variables

@:flash.propertyread onlybytesAvailable:UInt

@:flash.property@:require(flash11)read onlybytesPending:UInt

@:flash.propertyread onlyconnected:Bool

@:flash.propertyendian:Endian

@:flash.propertyobjectEncoding:UInt

@:flash.property@:require(flash10)timeout:UInt

Methods

connect(host:String, port:Int):Void

@:value({ length : 0, offset : 0 })readBytes(bytes:ByteArray, offset:UInt = 0, length:UInt = 0):Void

readMultiByte(length:UInt, charSet:String):String

writeByte(value:Int):Void

@:value({ length : 0, offset : 0 })writeBytes(bytes:ByteArray, offset:UInt = 0, length:UInt = 0):Void

writeInt(value:Int):Void

writeMultiByte(value:String, charSet:String):Void

Inherited Variables

Inherited Methods

Defined by EventDispatcher

@:value({ useWeakReference : false, priority : 0, useCapture : false })addEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false, priority:Int = 0, useWeakReference:Bool = false):Void

@:value({ useCapture : false })removeEventListener(type:String, listener:Dynamic ‑> Void, useCapture:Bool = false):Void