RFA .NET Indicates the Vector contains Data Definitions. For decoding, an application
need iterate over the DataDefs via the DataDefReadIterator. For encoding, an application
need iterate and encode DataDefs using the DataDefWriteIterator.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public const byte DataDef |
Visual Basic |
---|
Public Const DataDef As Byte |
Visual C++ |
---|
public:
literal unsigned char DataDef |
F# |
---|
static val mutable DataDef: byte |
See Also