From d5bcac40988b64766cfcb5210edb7ced17753a0e Mon Sep 17 00:00:00 2001 From: sojapremkumar <48713006+sojapremkumar@users.noreply.github.com> Date: Wed, 27 May 2020 12:04:28 +0530 Subject: [PATCH] Add files via upload --- functional_description.txt | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 functional_description.txt diff --git a/functional_description.txt b/functional_description.txt new file mode 100644 index 0000000..8b6190b --- /dev/null +++ b/functional_description.txt @@ -0,0 +1,39 @@ +## Operation to manipulate socket + +## functions are: + + ##create a socket + + ##delete a socket + + ## listen to a socket + + ## read from a socket + + ## write into a set of socket + +##create a socket + + #arguments: null + + #return value:boolean value + +##delete a socket + + #argument:socket to be delete + + #return value:: boolean value. either true or false + +## listen to a socket + +## read from a socket + + #arguments:a key which represent the xml file to read + + #return value: boolean value + +## write into a set of socket + + #arguments:xml file + + #return value:boolean value to represent succefully ritten or not,either true or false \ No newline at end of file