Update payload type values

PiperOrigin-RevId: 744763516
This commit is contained in:
Guogang Li
2025-04-07 10:14:27 -07:00
committed by Copybara-Service
parent cc2c6c527b
commit d2ea295f2d
+2 -2
View File
@@ -107,8 +107,8 @@ typedef enum NC_STATUS {
typedef enum NC_PAYLOAD_TYPE {
NC_PAYLOAD_TYPE_UNKNOWN = 0,
NC_PAYLOAD_TYPE_BYTES = 1,
NC_PAYLOAD_TYPE_STREAM = 2,
NC_PAYLOAD_TYPE_FILE = 3
NC_PAYLOAD_TYPE_FILE = 2,
NC_PAYLOAD_TYPE_STREAM = 3
} NC_PAYLOAD_TYPE;
typedef enum NC_PAYLOAD_DIRECTION {