Declaration
void (_stdcall *GetFastPoint)(HOBJ StId, unsigned int *FastAdr, PointParPtr *PtParPtr);
Parameters
StIDID of the I/O tag parent - station.
FastAdrNumerical form of I/O tag address.
PtParPtrPointer to the PointPar structure. If the value of the pointer is NULL, the defined I/O was not found.
Description

According to the parameter FastAdr - numerical address form, the function finds the I/O tag of defined station and returns the pointer to a PointPar structure of the I/O tag if it exists. Otherwise, the NULL value is returned. For more information see - addresses of stations and I/O tags.

Napíšte komentár