BACnetGetStackApiVersionParts (FUN)ΒΆ
FUNCTION BACnetGetStackApiVersionParts
Provides the current version of the BACnet stack API.
BACnetGetStackApiVersion returns the current version of this BACnet stack API as string in the format: <major-number>.<minor-number>.<patch-number>.<build-number>. BACnetGetStackApiVersionParts provides the same information as UINT for simple version comparison.
- InOut:
- Scope - Name - Type - Output - major- UINT- minor- UINT- patch- UINT- build- UINT
