PIDL
Creating and setup
PIDL syntax
global (namespace)
(starting value of the message's ID)
{
Declaring function([in] function Parameter, …)
}// Define variables that need to be reformatted for use in C#.
rename cs(Proud::String, System.String);
global S2C 1000
{
// Define the Protocol.
Chat([in] Proud::String txt);
}How to use the generated Proxy & Stub file
- Attach a proxy to a client and server
- Attach a stub to a client and server
- Order of macro
- Option Class for Communication
C++
C#
Description
Reliable / Unreliable Communication name
Description
Usage
Utilization of PIDLLast updated