Fixed test code headers to be consistent and accurate having been derived from original C files. (#1087)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
* @brief BACnet AtomicReadFile service structures, codecs, and handlers.
|
||||
* @author Steve Karg <skarg@users.sourceforge.net>
|
||||
* @date 2007
|
||||
* @date 2013
|
||||
* @copyright SPDX-License-Identifier: MIT
|
||||
*/
|
||||
#ifndef BACNET_ATOMIC_READ_FILE_H
|
||||
|
||||
@@ -232,7 +232,7 @@ void bsc_deinit_ctx(BSC_SOCKET_CTX *ctx);
|
||||
*
|
||||
* @param ctx - socket context.
|
||||
* @param c - BACNet socket descriptor .
|
||||
* @param url - url to connect to. For example: wss://legrand.com:8080.
|
||||
* @param url - url to connect to. For example: wss://example.com:8080.
|
||||
*
|
||||
* @return error code from BSC_SC_RET enum.
|
||||
* The following error codes can be returned:
|
||||
|
||||
@@ -147,7 +147,7 @@ typedef void (*BSC_WEBSOCKET_SRV_DISPATCH)(
|
||||
* @param type - type of BACNet/SC connection, check
|
||||
* BSC_WEBSOCKET_CONNECTION_TYPE enum. According BACNet standard
|
||||
* different type of connections require different websocket protocols.
|
||||
* @param url - BACNet/SC server URL. For example: wss://legrand.com:8080.
|
||||
* @param url - BACNet/SC server URL. For example: wss://example.com:8080.
|
||||
* @param ca_cert - pointer to certificate authority (CA) cert in PEM or DER
|
||||
* format.
|
||||
* @param ca_cert_size - size in bytes of CA cert.
|
||||
|
||||
Reference in New Issue
Block a user