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