meiSqNodeDriveParamListSet
Declaration
Description
meiSqNodeDriveParamListSet writes a series of drive parameters pointed to by value to the drive. The paramTypes defines each type of data item that is written to the drive and also defines which field in the paramValues unions are going to be used.
|
node |
a handle to the SynqNet node object. |
driveIndex |
an index to the drive (0, 1, 2, etc), relative to the node. |
size |
the number of drive parameters to be written. |
*paramList |
a pointer to a list of drive parameter types to be written to the drive and which field in the paramValues union is going to be used. |
*paramTypes |
a pointer to a list of the drive parameter indexes that are being accessed. |
*paramValues |
a pointer to a list of unions that will be written to the drive. |
|
|
|
|
|
See Also
meiSqNodeDriveParamListGet
|