Bug #485

Updated by J. Moringen almost 8 years ago

Despite what [[Types|this]] description suggests.

Progress:

|_.Wire Schema |_.String Designator |_.Converter |
|No value | "void" | |
|Double precision float | "double" | |
|Single precision float | "float" | |
|32 bit signed integer | "int32" | |
|64 bit signed integer | "int64" | |
|32 bit unsigned integer | "uint32" | |
|64 bit unsigned integer | "uint64" | |
|bool | "bool" | |
|ASCII string | "ascii-string" | |
|UTF-8 string | "utf-8-string" | |
|Sequence of bytes | "bytes" | |
|Scope | "scope" | |

Back