Event
Engine
(NOTE) Sent out when AsyncProcess completes a partial read for a stream or the stream has finished reading all data.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Constructor | Bytes | event | |
StreamType |
Properties
Bytes : string
Bytes being read from a stream. Note: These bytes may not form a valid string if the stream type was non ascii (e.g. utf-8).
var Bytes : String
StreamType : StreamType
The type of stream that sent this event.
var StreamType : StreamType
Methods
AsyncProcessEvent : Void
constructor
Name Type Description function AsyncProcessEvent()