Skip to content

Commit

Permalink
feat(bacnet): implement BACnetConfirmedServiceRequestVTOpen
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed May 24, 2022
1 parent ba8b2dd commit 001eedb
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 32 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -496,11 +496,11 @@
['VT_OPEN' BACnetConfirmedServiceRequestVTOpen
[simple BACnetVTClassTagged('0', 'TagClass.APPLICATION_TAGS') vtClass ]
[simple BACnetApplicationTagUnsignedInteger locatVtSessionIdentifier ]
[simple BACnetApplicationTagUnsignedInteger localVtSessionIdentifier ]
]
['VT_CLOSE' BACnetConfirmedServiceRequestVTClose
// TODO: implement me
[validation '1 == 2' "TODO: implement me"]
[array BACnetApplicationTagUnsignedInteger listOfRemoteVtSessionIdentifiers
length '(serviceRequestLength>0)?(serviceRequestLength - 1):0' ]
]
['VT_DATA' BACnetConfirmedServiceRequestVTData
// TODO: implement me
Expand Down

0 comments on commit 001eedb

Please sign in to comment.