mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update payload type values
PiperOrigin-RevId: 744763516
This commit is contained in:
committed by
Copybara-Service
parent
cc2c6c527b
commit
d2ea295f2d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user