You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to add an experimenter field in the OFTableFeature message using the property OFTableFeaturePropMatch. The setOxmIds(List<U32>) method can only take a list of U32's which is the length of a basic oxm field header. However, the experimenter field header is 64bits, so it cannot be added using this method.
Can you lead me to how to overload the setOxmIds to take a generic list (which can accept both U32 and U64 )? Or any other workaround you can think of.
Thanks,
Enas
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to add an experimenter field in the OFTableFeature message using the property OFTableFeaturePropMatch. The setOxmIds(List
<U32
>) method can only take a list of U32's which is the length of a basic oxm field header. However, the experimenter field header is 64bits, so it cannot be added using this method.Can you lead me to how to overload the setOxmIds to take a generic list (which can accept both U32 and U64 )? Or any other workaround you can think of.
Thanks,
Enas
The text was updated successfully, but these errors were encountered: