[SBI] Fixed a bug with encoder/decoder of scpPorts

(#2310, #2274)
This commit is contained in:
Sukchan Lee
2023-05-14 07:00:22 +09:00
parent 1ba7a73abd
commit 63df530bb4
123 changed files with 2132 additions and 42 deletions

View File

@@ -795,6 +795,11 @@ typedef struct ogs_datum_s {
unsigned int size;
} ogs_datum_t;
typedef struct ogs_port_s {
bool presence;
uint16_t port;
} ogs_port_t;
#ifdef __cplusplus
}
#endif