mb_tcp_slave sample
eMBMasterEventEnum
is only used within mb_tcp_slave sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mb_tcp_slave sample
eMBMasterEventEnum
eMBMasterEventEnum enum
Syntax
Show:
Summary
Declaration
from
mbport.h:72
enum
{
EV_MASTER_NO_EVENT
=
0x0000
,
EV_MASTER_TRANS_START
=
0x0001
,
EV_MASTER_READY
=
0x0002
,
EV_MASTER_FRAME_RECEIVED
=
0x0004
,
EV_MASTER_EXECUTE
=
0x0008
,
EV_MASTER_FRAME_SENT
=
0x0010
,
EV_MASTER_FRAME_TRANSMIT
=
0x0020
,
EV_MASTER_ERROR_PROCESS
=
0x0040
,
EV_MASTER_PROCESS_SUCCESS
=
0x0080
,
EV_MASTER_ERROR_RESPOND_TIMEOUT
=
0x0100
,
EV_MASTER_ERROR_RECEIVE_DATA
=
0x0200
,
EV_MASTER_ERROR_EXECUTE_FUNCTION
=
0x0400
}
;
Values
Value
Declared as
Description
eMBMasterEventEnum::EV_MASTER_NO_EVENT
=
0x0000
eMBMasterEventEnum::EV_MASTER_TRANS_START
=
0x0001
Transaction start flag.
eMBMasterEventEnum::EV_MASTER_READY
=
0x0002
Startup finished.
eMBMasterEventEnum::EV_MASTER_FRAME_RECEIVED
=
0x0004
Frame received.
eMBMasterEventEnum::EV_MASTER_EXECUTE
=
0x0008
Execute function.
eMBMasterEventEnum::EV_MASTER_FRAME_SENT
=
0x0010
Frame sent.
eMBMasterEventEnum::EV_MASTER_FRAME_TRANSMIT
=
0x0020
Frame transmission.
eMBMasterEventEnum::EV_MASTER_ERROR_PROCESS
=
0x0040
Frame error process.
eMBMasterEventEnum::EV_MASTER_PROCESS_SUCCESS
=
0x0080
Request process success.
eMBMasterEventEnum::EV_MASTER_ERROR_RESPOND_TIMEOUT
=
0x0100
Request respond timeout.
eMBMasterEventEnum::EV_MASTER_ERROR_RECEIVE_DATA
=
0x0200
Request receive data error.
eMBMasterEventEnum::EV_MASTER_ERROR_EXECUTE_FUNCTION
=
0x0400
Request execute function error.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out