Method | Description | |
---|---|---|
Form1 ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AsyncRemoteCallHandler ( ulong msgId, byte data ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
RemoteCall ( byte data ) : byte[]>.Tuple |
Test of non-blocking requests (are called when pressed Write from Process2)
|
|
RemoteCallStandard ( byte data ) : byte[]>.Tuple |
||
button1_Click ( object sender, |
||
button2_Click ( object sender, |
Test of RemoteRequest with answer (Process 2 must receive request in its RemoteCall and return back Response). Here we calcualte the speed
|
|
button3_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |