32 static GType protocol = 0;
34 static GEnumValue protocols[] = {
35 {NNS_EDGE_CONNECT_TYPE_TCP,
"TCP",
36 "Directly sending stream frames via TCP connections."},
37 {NNS_EDGE_CONNECT_TYPE_HYBRID,
"HYBRID",
38 "Connect with MQTT brokers and directly sending stream frames via TCP connections."},
41 protocol = g_enum_register_static (
"tensor_query_protocol", protocols);