home *** CD-ROM | disk | FTP | other *** search
- IFND DEVICES_PRONET_I
- DEVICES_PRONET_I SET 1
- **
- ** pronet.device V2 include file
- **
-
- IFND EXEC_IO_I
- INCLUDE "exec/io.i"
- ENDC
-
- PNDERR_PORTEXISTS equ -94
- PNDERR_BADCONFIG equ -95
- PNDERR_DRIVERTROUBLE equ -96
-
- STRUCTURE PNRequest,IO_SIZE
- APTR pnr_MsgPort
- UWORD pnr_NetSourcePort
-
- UWORD pnr_NetDestPort
- APTR pnr_Data1
- ULONG pnr_Length1
- APTR pnr_Data2
- ULONG pnr_Length2
- LABEL pnr_Size
-
- ; pnr_MsgPort Messageport where data sent from the other machine
- ; will be sent to.
- ; pnr_NetSourcePort Logical Portnumber of the device-user.
- ; ^^ Both values must be specified at device-opening time and must remain
- ; until closing the device.
- ;
- ; pnr_NetDestPort Messageport where the data is to be sent to.
- ; pnr_Data1/2 Length of both data added must NOT be higher
- ; pnr_Length1/2 than $4000 (16K) - if you just want to send
- ; one chunk of data, make pnr_Length2 = 0
-
- PNP_NAME equ -1
- PNP_NEXTFREE equ -2
-
- PND_WRITE equ 3 ;equal to CMD_WRITE..
-
- _LVOGetConfigString equ -42 ;hmm, not quite the right place
- _LVOFreeConfigString equ -48 ;for this ???
-
- ENDC ; DEVICES_PRONET_I
-