Modifier and Type | Method and Description |
---|---|
static ADwinDevice.first_pcarray_index_t |
ADwinDevice.first_pcarray_index_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ADwinDevice.first_pcarray_index_t[] |
ADwinDevice.first_pcarray_index_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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_All(float[] Array,
ADwinDevice.first_pcarray_index_t FirstArrayIndex)
Reads all float parameters into an array.
|
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_FPar_Block(float[] Array,
int FirstIndex,
int Count,
ADwinDevice.first_pcarray_index_t FirstArrayIndex)
Reads a block of float 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.
use
ADwinDevice.GetData_Int(int, int[], int, int) instead. |
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.
|
Copyright © 2021. All rights reserved.