RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Specifies the type of contained Data.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void SetType( byte dataType, byte encodedType ) |
Visual Basic |
---|
Public Sub SetType ( _ dataType As Byte, _ encodedType As Byte _ ) |
Visual C++ |
---|
public: void SetType( unsigned char dataType, unsigned char encodedType ) |
F# |
---|
member SetType : dataType:byte * encodedType:byte -> unit |
Parameters
- dataType
- Type: System..::..Byte
The Data type.Possible values are defined in DataEnum.
- encodedType
- Type: System..::..Byte
The encoded type.Possible values are defined in DataBuffer..::..DataBufferEncodedEnum.