Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Win32 Primitives : lrpc-server.reply
#(%lrpc-server.reply,%value)

%lrpc-server is any lrpc server created using os.lrpc-server. This call will reply to a client call. %value is the reply sent to the client; it will be returned as the result of os.lrpc-call.

Example

#(os.lrpc-server,a-server,Example Server)

#(a-server.request-wait)
This is the request
#(a-server.reply,This is the response)