Writing Attributes as fixed length strings #142
Unanswered
BrianJHenry
asked this question in
Q&A
Replies: 1 comment
-
You are right that it is currently not possible. I simply forgot to implement this and it is tracked here: #138. Unfortunately I have very limited time right now and it will be worse soon so I appreciate any pull requests to solve this :-) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, it's very possible I'm just missing something completely and this is very simple.
I'm struggling to figure out how to write out string type Attributes as fixed length strings instead of variable length strings.
Say I have:
I dug into
DatatypeMessage.Writing.cs
, and wasn't able to trace out a way to get it to work.Thanks
Beta Was this translation helpful? Give feedback.
All reactions