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