✨
This commit is contained in:
7
Assignment-2/ServerInterface.ol
Normal file
7
Assignment-2/ServerInterface.ol
Normal file
@ -0,0 +1,7 @@
|
||||
type SetFileRequest: void {
|
||||
}
|
||||
|
||||
interface ServerInterface {
|
||||
RequestResponse:
|
||||
setFile( SetFileRequest )( void )
|
||||
}
|
Reference in New Issue
Block a user