On Thu, 7 Mar 2002, Dr S N Henson wrote:
> Vadim Fedukovich wrote:
> >
> > Hello,
> >
> > would this construct
> >
> > ASN1_SEQUENCE(SomeTypeDefinition) = {
> > ASN1_IMP(, someFieldName, ASN1_FBOOLEAN, N)
> >
> > be fine for "someFieldName [N] BOOLEAN DEFAULT FALSE" in ASN.1?
> > Should one use
Vadim Fedukovich wrote:
>
> Hello,
>
> would this construct
>
> ASN1_SEQUENCE(SomeTypeDefinition) = {
> ASN1_IMP(, someFieldName, ASN1_FBOOLEAN, N)
>
> be fine for "someFieldName [N] BOOLEAN DEFAULT FALSE" in ASN.1?
> Should one use ASN1_IMP_OPT() instead?
>
You should always use OPT with