Set the current behavior of a handler
Source position: amigados.pas line 2506
function SetMode( |
Fh: LongInt; |
Mode: LongInt |
):LongBool; |
Fh |
|
filehandle |
Mode |
|
The new mode you want |
SetMode() sends a packet to the handler in question, normally for changing a CON: handler to raw mode or vice-versa. For CON:, use 1 to go to RAW: mode, 0 for CON: mode.