Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ac6d89e6c0b9bca6a8d33f7ddac1cbc8d65d5956
/
.
/
aos
/
network
/
sctp_config_request.fbs
blob: 196589b0a8e9a9895f6748061a106954b73633f9 [
file
] [
log
] [
blame
]
namespace
aos
.
message_bridge
;
// SCTP configuration requests for message bridge.
table
SctpConfigRequest
{
// When set, the authentication key is being requested.
request_key
:
bool
(
id
:
0
);
}
root_type
SctpConfigRequest
;