And what I am looking for is 0xFC ,but the result is : 0xFF,
however when I modified the asn syntax like this:
TriggerConditions := BIT STRING(SIZE(6))
The result would be right. I think maybe something wrong when encode BIT String described like that way.
When Encoding a APER BitString like the following format:
And what I am looking for is 0xFC ,but the result is : 0xFF,
however when I modified the asn syntax like this:
TriggerConditions := BIT STRING(SIZE(6))
The result would be right. I think maybe something wrong when encode BIT String described like that way.