| (client)
"LIST 1" |
What is the price on item #1
|
|
(server)"12.95" |
That price you asked is $12.95
|
| (client)"LIST
2" |
What is the price ifor item #3
|
| (server)"4.95" |
That price you asked about $4.95
|
| (client)
"LIST 3" |
What is the price ifor item #3 |
| (server) "E" |
Error on your last question
|
| (client) "BID
1 10.03" |
Place a bid of $10.03 on item #1
|
| (server) "N" |
That bid is too low
|
| (client) "BID
2 10.03" |
Place a bid of $10.03 on item #2
|
| (server) "Y" |
Bid accepted
|
| (client) "BID
1034 10.11" |
Place a bid of $10.11 on item
#1034
|
| (server) "E" |
That bid is in error.
|