Changeset 4420:8fd1b7b5bcf5 in roaraudio for doc/new-cmds


Ignore:
Timestamp:
10/07/10 15:58:39 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

defined what a gerneral server info request should return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new-cmds

    r4259 r4420  
    103103*SERVER_INFO 
    104104 +IT_SERVER   = 1 
    105   :(TODO) 
     105  +:version (uint8) 
     106  +:reserved (uint8) 
     107  +:indexlen (uint16) 
     108  +::reserved (uint8) 
     109  +::type (uint8) 
     110  +ITST_VERSION     = NEEDS_CONST 
     111  #(Format: Product/Version <vendor> (comments)) 
     112  +ITST_LOCATION    = NEEDS_CONST 
     113  #(freeform) 
     114  +ITST_DESCRIPTION = NEEDS_CONST 
     115  #(freeform) 
     116  +ITST_CONTACT     = NEEDS_CONST 
     117  #(Format: first ["']nick["'] last (comment) <email>/OpenPGPkey/Phone/Room) 
     118  +ITST_UN_SYSNAME  = NEEDS_CONST #(uname -s) 
     119  +ITST_UN_NODENAME = NEEDS_CONST #(uname -n) 
     120  +ITST_UN_RELEASE  = NEEDS_CONST #(uname -r) 
     121  +ITST_UN_MACHINE  = NEEDS_CONST #(uname -m) 
     122  +ITST_SERIAL      = NEEDS_CONST 
     123  +ITST_ADDRESS     = NEEDS_CONST 
     124  +ITST_UIURL       = NEEDS_CONST 
     125  +::len (uint16) 
     126  +:strings (dataarray) 
    106127 +IT_COUNTERS = 2 
    107128  +:version (uint8) 
Note: See TracChangeset for help on using the changeset viewer.