org.opcfoundation.ua.encoding.binary
Class DecoderUtils
java.lang.Object
org.opcfoundation.ua.encoding.binary.DecoderUtils
public class DecoderUtils
- extends Object
DecoderUtils class.
- Author:
- Toni Kalajainen (toni.kalajainen@vtt.fi)
|
Method Summary |
static void |
fixResponseHeader(ResponseHeader rh)
Fixes DiagnosticInfos of a Response header to point to the string
table of the response header. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoderUtils
public DecoderUtils()
fixResponseHeader
public static void fixResponseHeader(ResponseHeader rh)
- Fixes DiagnosticInfos of a Response header to point to the string
table of the response header.
- Parameters:
rh - a ResponseHeader object.
Copyright © 2018. All rights reserved.