Replies: 1 comment
-
My bad, I meant to create this in the runtime repo. Closing this and added where it should have been created. Oops. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe I asked (or searched around) before but couldn't find the answer on how it would be possible to extend System.Formats.Asn1 to use other rules. Meaning, use the API to read/wirte/encode/deocde bytes to and from objects other than the provided 3 types. The BACnet protocol (basic example below) defines the various objects/services and would be great to use this API (or at least utilize most of the provided). It does appear like there are a few items missing like Date, as well.
CCing @bartonjs or @stephentoub to see if they had some options. Thx
An example of a context-tagged Boolean is below where it would produce a byte array of 0x2901.
Beta Was this translation helpful? Give feedback.
All reactions