ITargetVisuLight.Paint (METH) ¶ METHOD Paint : BOOL InOut: Scope Name Type Return Paint BOOL Input hDisplayContext RTS_IEC_HANDLE dwFlags DWORD
Printf ¶ FormatDateTime (Function) Printf (Function) PrintfW (Function)
FormatDateTime (FUN) ¶ FUNCTION FormatDateTime : BOOL This function performs a formated date and time string. InOut: Scope Name Type Comment Return FormatDateTime BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value
Printf (FUN) ¶ FUNCTION Printf : BOOL This function performs a “formatted printing” of the value <pValue> points to. It is only used internally to have the possibility for the converted code to provide an external implementaion. InOut: Scope Name Type Comment Return Printf BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value pValue POINTER TO BYTE A pointer to the begin of the piece of memory, where the value to format is stored. typeClass __SYSTEM.TYPE_CLASS A __SYSTEM.TYPE_CLASS value describing the type of the value to format
OriPrimAxis_GetOrigStartPos (FUN) ¶ FUNCTION OriPrimAxis_GetOrigStartPos : BOOL InOut: Scope Name Type Inout errCtx SMRE.ErrorContext Inout Const ef ElemFun Inout aS TRAFO.AXISPOS_REF Input t LREAL Return OriPrimAxis_GetOrigStartPos BOOL
PrintfW (FUN) ¶ FUNCTION PrintfW : BOOL This function performs a “formatted printing” of the value <pValue> points to. It is only used internally to have the possibility for the converted code to provide an external implementaion. InOut: Scope Name Type Comment Return PrintfW BOOL Input cbpResult POINTER TO BYTE The buffer, where the result will be returned uiResultCapacity UINT The capacity of the result buffer cbpFormat POINTER TO BYTE The format string used for formatting the value pValue POINTER TO BYTE A pointer to the begin of the piece of memory, where the value to format is stored. typeClass __SYSTEM.TYPE_CLASS A __SYSTEM.TYPE_CLASS value describing the type of the value to format
Utilities ¶ BitmapEntry (Struct) BitmapProcessing (FunctionBlock) FindBitmapIndexByID (Method) Draw DrawBitmapByID (Function) DrawBitmapByIndex (Function) DrawPolygon (Function) DrawRect (Function) DrawText (Function) LogMessage (Function) OffsetPoints (Function) PopTransformation (Function) PushTransformation (Function) SetPaintRectangle (Function) SetSimpleRectangle (Function) SubPoints (Function)
BitmapEntry (STRUCT) ¶ TYPE BitmapEntry : STRUCT InOut: Name Type pBitmapData POINTER TO BYTE udiBitmapSize UDINT sBitmapID STRING
BitmapProcessing (FB) ¶ FUNCTION_BLOCK BitmapProcessing Methods: FindBitmapIndexByID Structure: FindBitmapIndexByID (Method)
Stream (FB) ¶ FUNCTION_BLOCK Stream Represents a tcp socket with which messages can be send/received Properties: IPAddress Socket State Methods: CheckConnectivity CheckReceive CheckSend Close Create FdIsSet FdSet GetOption IoControl Receive Reset Send SetOption Structure: CheckConnectivity (Method) CheckReceive (Method) CheckSend (Method) Close (Method) Create (Method) FdIsSet (Method) FdSet (Method) GetOption (Method) IoControl (Method) Properties IPAddress (Property) Socket (Property) State (Property) Receive (Method) Reset (Method) Send (Method) SetOption (Method)