diff options
Diffstat (limited to 'solec.ksy')
| -rw-r--r-- | solec.ksy | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -47,14 +47,6 @@ types: size: len_payload encoding: UTF-8 - binary: - doc: Binary data of unspecifed type. - seq: - - id: len_payload - type: u2 - - id: payload - size: len_payload - success: doc: Send from server if operation succeded. @@ -108,11 +100,11 @@ types: type: string - id: num2 type: u2 - - id: bin1 - type: binary + - id: str2 + type: string - id: num3 type: u4 - - id: str2 + - id: str3 type: string - id: num4 type: u8 |
