设为首页 加入收藏

TOP

XML-RPC vs. RTC Format(二)
2017-10-10 12:03:36 】 浏览:2333
Tags:XML-RPC vs. RTC Format
; rtc_Boolean

5) <VALUE>, <STRING> -> rtc_String

6) <DOUBLE> -> rtc_Float

7) <DATETIME.ISO8601>, <DATETIME>, <TIMESTAMP> -> rtc_DateTime

8) <BASE64>, <BASE64BINARY>, <BINARY> -> rtc_ByteStream

9) <STRUCT> -> rtc_Record; Except if it is the first and the only parameter in a function call list, in which case all values will be prepared as named parameters, "the standard RTC way".

10) <ARRAY> -> rtc_Array

11) </NIL> -> rtc_Null

Best Regards,
Danijel Tkalcec
首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Server calling functions on cli.. 下一篇RTC相关文章收集

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目