0

Example:

C: a023 ID ("name" "sodr" "version" "19.34" "vendor" "Pink Floyd Music Limited")
S: * ID NIL
S: a023 OK ID completed

When I send the command and parameters via socket to server, how to serialize such things: ("name" "sodr" "version" "19.34" "vendor" "Pink Floyd Music Limited")?

http8086
  • 1,306
  • 16
  • 37

1 Answers1

1

It is just pairs of quoted strings between parentheses, exactly as shown in the example.

Max
  • 10,701
  • 2
  • 24
  • 48