프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ev | IWvEventer |
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
WvStream ( ) : System | ||
close ( ) : void | ||
flush ( int msec_timeout ) : bool | ||
maybe_autoclose ( ) : void | ||
noread ( ) : void | ||
nowrite ( ) : void | ||
print ( object o ) : void | ||
print ( string fmt ) : void | ||
read ( int len ) : WvBytes | ||
read ( WvBytes b ) : int | ||
read ( WvBuf b, int max ) : void | ||
runonce ( ) : void | ||
runonce ( int msec_timeout ) : void | ||
wait ( int msec_timeout, bool readable, bool writable ) : bool | ||
write ( WvBytes b ) : int |
메소드 | 설명 | |
---|---|---|
do_close ( ) : void | ||
do_readable ( ) : void | ||
do_writable ( ) : void | ||
post_readable ( ) : void | ||
post_writable ( ) : void |
public wait ( int msec_timeout, bool readable, bool writable ) : bool | ||
msec_timeout | int | |
readable | bool | |
writable | bool | |
리턴 | bool |