GetFastPoint

GetFastPoint


Declaration

void (_stdcall *GetFastPoint)(HOBJ StId, unsigned int *FastAdr, PointParPtr *PtParPtr);

Parameters

StID

ID of the I/O tag parent - station.

FastAdr

Numerical form of I/O tag address.

PtParPtr

Pointer 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.