[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

EscapedStream

inherits from CommunicationStream

Object <- Server <- HardwareStream <- CommunicationStream <- EscapedStream



Operations

Get list of all operations

Read
Write


Attributes

Get list of all attributes

Class EscapedStream defines no new attributes.


Fields

Field Type
Server: enabled: Boolean
Stream: target: Object
HardwareStream: state: Unsigned
readRate: Unsigned
writeRate: Unsigned
maxReadRate: Unsigned
maxWriteRate: Unsigned
defaultTimeout: Unsigned


Instance template

instance EscapedStream tag;
        enabled: false;
         target: nilObject;
          state: 0;
       readRate: 0;
      writeRate: 0;
    maxReadRate: 0;
   maxWriteRate: 0;
 defaultTimeout: 0;
end instance;

Class definition

Define Class EscapedStream;
    inherits from CommunicationStream;

    overrides Read, Write;
end class;