Stg_GetPatternDeviceName, Stg_GetPatternId, Stg_GetPatternIdByName, Stg_GetPatternName, Stg_GetPatternState
Description
Stg_GetPatternDeviceName( intIndex
, char *PatternDeviceName
, intPatternDeviceNameMaxLength
);
Returns the pattern device name with a pattern index and is cropped on the specified maximal length.
Parameters
See Also
Stg_GetPatternState, Stg_GetPatternName, Stg_GetPatternIdByName, Stg_GetPatternId
Description
Stg_GetPatternId( intPatternID
, intIndex
);
Returns the device pattern id with a pattern index.
See Also
Stg_GetPatternState, Stg_GetPatternName, Stg_GetPatternIdByName, Stg_GetPatternDeviceName
Description
Stg_GetPatternIdByName( intPatternID
, char *PatternName
);
Returns the device id having the specified pattern name.
See Also
Stg_GetPatternState, Stg_GetPatternName, Stg_GetPatternId, Stg_GetPatternDeviceName
Description
Stg_GetPatternName( intPatternID
, intIndex
, char *PatternName
, intPatternNameMaxLength
);
Returns the pattern name having the specified ID (Index parameter) for the pattern device with Pattern ID and crops it to the maximal length.
Parameters
See Also
Stg_GetPatternState, Stg_GetPatternIdByName, Stg_GetPatternId, Stg_GetPatternDeviceName
Description
Stg_GetPatternState(
int PatternID
);
Returns TRUE/FALSE based on the state of the pattern device.
See Also
Stg_GetPatternName, Stg_GetPatternIdByName, Stg_GetPatternId, Stg_GetPatternDeviceName