Changes between Version 1 and Version 2 of Specs/Command/CON_STREAM


Ignore:
Timestamp:
06/30/14 18:43:55 (10 years ago)
Author:
ph3-der-loewe
Comment:

+ draft for version 1

Legend:

Unmodified
Added
Removed
Modified
  • Specs/Command/CON_STREAM

    v1 v2  
    88||2         ||uint16        ||Numerical address part (e.g. object or prot number)   || 
    99||4         ||string        ||textual address part (e.g. node number or ip address) || 
     10 
     11=== Version 1 === 
     12'''This is a DRAFT'''. 
     13 
     14||= Offset =||= Size/Type  =||= Meaning                                            =|| 
     15||0         ||uint8         ||Version (Always one)                                  || 
     16||1         ||uint8         ||Socket Type                                           || 
     17||2         ||uint16        ||Flags                                                 || 
     18||4         ||uint16        ||Transport Protocol ID                                 || 
     19||6         ||uint16        ||Length of Socket type specific address                || 
     20||8         ||uint16        ||Length of Transport Protocol specific setup           || 
     21||10        ||string        ||Address (Socket type specific)                        || 
     22||...       ||string        ||Transport Protocol setup                              ||