Uses of Class
org.opcfoundation.ua.encoding.EncoderMode

Packages that use EncoderMode
org.opcfoundation.ua.encoding This folder contains serialization interfaces and serialization implementations 
org.opcfoundation.ua.encoding.binary The implementation of binary serialization 
 

Uses of EncoderMode in org.opcfoundation.ua.encoding
 

Methods in org.opcfoundation.ua.encoding that return EncoderMode
static EncoderMode EncoderMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EncoderMode[] EncoderMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EncoderMode in org.opcfoundation.ua.encoding.binary
 

Methods in org.opcfoundation.ua.encoding.binary that return EncoderMode
 EncoderMode BinaryEncoder.getEncoderType()
          getEncoderType.
 

Methods in org.opcfoundation.ua.encoding.binary with parameters of type EncoderMode
 void BinaryEncoder.setEncoderMode(EncoderMode type)
          Set encoding mode.
 



Copyright © 2018. All rights reserved.