Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions functional_description.txt
Original file line number Diff line number Diff line change
@@ -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