函数名称 | 说明 |
---|---|
tk_istream_shdlc_create | 创建istream对象。 |
属性名称 | 类型 | 说明 |
---|---|---|
retry_times | uint32_t | 失败重传次数。 |
timeout | uint32_t | 读写超时时间(ms) |
- 函数功能:
创建istream对象。
只能由iostream_shdlc调用。
- 函数原型:
tk_istream_t* tk_istream_shdlc_create (tk_iostream_shdlc_t* iostream);
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | tk_istream_t* | 返回istream对象。 |
iostream | tk_iostream_shdlc_t* | iostream对象。 |
失败重传次数。
- 类型:uint32_t
读写超时时间(ms)
- 类型:uint32_t