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