Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c1ded373f365b8ed2238f70d6885fabf39e9cd88
/
.
/
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
;