Text only
|
Text with Images
newLISP Fan Club
Forum => newLISP in the real world => Topic started by: dexter on January 28, 2012, 07:02:56 AM
Title:
Can I use (device) to operator socket?
Post by:
dexter
on
January 28, 2012, 07:02:56 AM
Like
Code
Select
Expand
(setq server (net-accept socket))
(device server)
(read (device) buffer size)
....
Then I want to use (read) and (write) to operator it .
Can I ?
Text only
|
Text with Images