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 0003c82 commit ba8b2dd
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 8 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -485,18 +485,18 @@
[simple BACnetContextTagCharacterString('3', 'BACnetDataType.CHARACTER_STRING') message ]
]
['REINITIALIZE_DEVICE' BACnetConfirmedServiceRequestReinitializeDevice
[simple BACnetConfirmedServiceRequestReinitializeDeviceReinitializedStateOfDeviceTagged('0', 'TagClass.CONTEXT_SPECIFIC_TAGS')
[simple BACnetConfirmedServiceRequestReinitializeDeviceReinitializedStateOfDeviceTagged('0', 'TagClass.CONTEXT_SPECIFIC_TAGS')
reinitializedStateOfDevice ]
[optional BACnetContextTagCharacterString('1', 'BACnetDataType.CHARACTER_STRING')
[optional BACnetContextTagCharacterString('1', 'BACnetDataType.CHARACTER_STRING')
password ]
]
////
// Virtual Terminal Services
['VT_OPEN' BACnetConfirmedServiceRequestVTOpen
// TODO: implement me
[validation '1 == 2' "TODO: implement me"]
[simple BACnetVTClassTagged('0', 'TagClass.APPLICATION_TAGS') vtClass ]
[simple BACnetApplicationTagUnsignedInteger locatVtSessionIdentifier ]
]
['VT_CLOSE' BACnetConfirmedServiceRequestVTClose
// TODO: implement me
Expand Down

0 comments on commit ba8b2dd

Please sign in to comment.