Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-VB/ActiveX | API-Java | Examples | Downloads
Public Member Functions | Static Public Member Functions
tine::TDataType Class Reference

TINE Data Type object: All data transfered client <-> server must be contained in a TDataType object. More...

List of all members.

Public Member Functions

unsafe TDataType (ref UInt32 data)
 makes a TDataType from the .NET reference passed
 TDataType (ref double data)
 makes a TDataType from the .NET reference passed
unsafe TDataType (ref Int64 data)
 makes a TDataType from the .NET reference passed
unsafe TDataType (ref UInt16 data)
 makes a TDataType from the .NET reference passed
unsafe TDataType (ref Int16 data)
 makes a TDataType from the .NET reference passed
 TDataType (Object data)
 makes a TDataType from the .NET object passed
unsafe TDataType (ref Int32 data)
 makes a TDataType from the .NET reference passed
unsafe TDataType (ref UInt64 data)
 makes a TDataType from the .NET reference passed
unsafe TDataType (ref float data)
 makes a TDataType from the .NET reference passed

Static Public Member Functions

static byte GetTineFormat (Type type)
 gets the TINE data format code for the Type passed
static byte GetTineFormat (Object data)
 gets the TINE data format code for the object passed

Detailed Description

TINE Data Type object: All data transfered client <-> server must be contained in a TDataType object.


Constructor & Destructor Documentation

tine::TDataType::TDataType ( ref double  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref float  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref UInt16  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref Int16  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref UInt32  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref Int32  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref UInt64  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
unsafe tine::TDataType::TDataType ( ref Int64  data) [inline]

makes a TDataType from the .NET reference passed

Parameters:
dataa reference to the the scalar object which should be bound to the TDataType
tine::TDataType::TDataType ( Object  data) [inline]

makes a TDataType from the .NET object passed

Parameters:
datathe .NET object which should be bound to the TDataType

Member Function Documentation

static byte tine::TDataType::GetTineFormat ( Type  type) [inline, static]

gets the TINE data format code for the Type passed

Parameters:
typeis the .NET Type whose TINE data format is desired.
Returns:
the TINE data format code assigned to the object specified
static byte tine::TDataType::GetTineFormat ( Object  data) [inline, static]

gets the TINE data format code for the object passed

Parameters:
datais the data object whose TINE data format is desired.
Returns:
the TINE data format code assigned to the object specified

The documentation for this class was generated from the following file:

Generated for TINE API by  doxygen 1.5.8