Go to the source code of this file.
◆ CKSUM_NONE
◆ transportHasRate()
◆ transportInit()
◆ transportRecvBegin()
| void transportRecvBegin |
( |
uint16_t * |
type, |
|
|
uint16_t * |
len |
|
) |
| |
◆ transportRecvEnd()
◆ transportRecvFrame()
| int transportRecvFrame |
( |
uint16_t * |
type, |
|
|
uint16_t * |
payload, |
|
|
uint16_t |
maxLen, |
|
|
uint16_t * |
lenOut |
|
) |
| |
◆ transportRecvWord()
| uint16_t transportRecvWord |
( |
void |
| ) |
|
◆ transportSendBegin()
| void transportSendBegin |
( |
uint16_t |
type, |
|
|
uint16_t |
len |
|
) |
| |
◆ transportSendEnd()
◆ transportSendFrame()
| void transportSendFrame |
( |
uint16_t |
type, |
|
|
const uint16_t * |
payload, |
|
|
uint16_t |
len |
|
) |
| |
◆ transportSendWord()
| void transportSendWord |
( |
uint16_t |
w | ) |
|
◆ transportStopPending()
◆ transportTryRate()
| int transportTryRate |
( |
uint16_t |
reload, |
|
|
uint16_t |
pongType, |
|
|
uint16_t |
pongWord |
|
) |
| |