/* * Copyright (c) 2022 Legrand North America, LLC. * * SPDX-License-Identifier: MIT */ /* Binary Value Objects - customize for your use */ #include "object.h" #include "bacnet/basic/object/bv.h" OBJECT_FUNCTIONS(Binary_Value, BINARY_VALUE_DESCR);