MPISqNodeUserData

Definition

typedef struct MPISqNodeUserData {
    char    data[MPISqNodeUserDATA_CHAR_MAX];	
}MPISqNodeUserData ;

Change History: Modified in the 03.02.00

Description

MPISqNodeUserData is used to store the user information that is located on the SqNode.

data User information on the SqNode used for storing SqNode identification or any other useful data. Programmable string to be used by a customer to store identification-specific information. This data is not used by the MPI and is stored in the SqNode's EEPROM.

See Also

mpiSqNodeUserDataGet | mpiSqNodeUserDataSet