Files
2022B2-REB/Assignment-2/ServerInterface.ol
NikolajDanger f9a0c044c0
2023-01-04 13:32:54 +01:00

8 lines
124 B
Plaintext

type SetFileRequest: void {
}
interface ServerInterface {
RequestResponse:
setFile( SetFileRequest )( void )
}