void |
ADwinDevice.Get_FPar_All(float[] Array,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads all float parameters into an array.
|
void |
ADwinDevice.Get_FPar_All_Double(double[] Array,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads all double parameters into an array.
|
void |
ADwinDevice.Get_FPar_Block(float[] Array,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a block of float parameters.
|
void |
ADwinDevice.Get_FPar_Block_Double(double[] Array,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a block of double parameters.
|
void |
ADwinDevice.Get_Par_All(int[] Array,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads all integer parameters into an array.
|
void |
ADwinDevice.Get_Par_Block(int[] Array,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a block of integer parameters.
|
void |
ADwinDevice.GetData_Double(int DataNo,
double[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a part of a double data field.
|
void |
ADwinDevice.GetData_Float(int DataNo,
float[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a part of a float data field.
|
void |
ADwinDevice.GetData_Long(int DataNo,
int[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Deprecated.
|
void |
ADwinDevice.GetData_Long(int DataNo,
long[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Reads a part of a long data field.
|
void |
ADwinDevice.SetData_Double(int DataNo,
double[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Sets a part of a double data field.
|
void |
ADwinDevice.SetData_Float(int DataNo,
float[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Sets a part of a float data field.
|
void |
ADwinDevice.SetData_Long(int DataNo,
int[] Data,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex) |
Sets a part of an integer data field.
|