IoDrvCIFX.IoDrvWriteParameterById (METH) ¶ METHOD IoDrvWriteParameterById : UDINT InOut: Scope Name Type Return IoDrvWriteParameterById UDINT Input pConnector POINTER TO IoConfigConnector dwParamId DWORD pData POINTER TO BYTE dwBitSize DWORD dwBitOffset DWORD
Info ¶ CIFX_GetBoardInfo (Method) CIFX_GetChannelInfo (Method) DumpToLog (Method)
IoDrvCIFX.CIFX_GetBoardInfo (METH) ¶ METHOD CIFX_GetBoardInfo : POINTER TO CIFX_BOARD_INFORMATION InOut: Scope Name Type Return CIFX_GetBoardInfo POINTER TO CIFX_BOARD_INFORMATION
IoDrvCIFX.CIFX_GetChannelInfo (METH) ¶ METHOD CIFX_GetChannelInfo : POINTER TO CIFX_CHANNEL_INFORMATION InOut: Scope Name Type Return CIFX_GetChannelInfo POINTER TO CIFX_CHANNEL_INFORMATION
IoDrvCIFX.DumpToLog (METH) ¶ METHOD DumpToLog : UDINT InOut: Scope Name Type Return DumpToLog UDINT Input sTitle POINTER TO STRING udiLogClass UDINT udiErrorID UDINT udiInfoID UDINT pData POINTER TO BYTE szSize UDINT
Utils ¶ PacketReader (FunctionBlock) Init (Method) ReadHeader (Method) PacketWriter (FunctionBlock) Init (Method) WriteHeader (Method)
PacketReader (FB) ¶ FUNCTION_BLOCK PacketReader EXTENDS MEMUtils.ByteBuffer InOut: Scope Name Type Comment Inherited from Input pbyBuffer POINTER TO BYTE ByteBuffer udiBufferSize UDINT ByteBuffer eByteOrder ByteOrder Byte order the data shall have ByteBuffer Output pos UDINT ByteBuffer udiBytesRemaining UDINT ByteBuffer xOverflow BOOL TRUE if a function would read or write over the buffer memory. ByteBuffer Methods: Init ReadHeader Structure: Init (Method) ReadHeader (Method)
PacketReader.Init (METH) ¶ METHOD Init InOut: Scope Name Type Input pbyBuffer POINTER TO BYTE udiBufferSize UDINT
PacketReader.ReadHeader (METH) ¶ METHOD PUBLIC ReadHeader InOut: Scope Name Type Inout header TLR_PACKET_HEADER_T
PacketWriter (FB) ¶ FUNCTION_BLOCK PacketWriter EXTENDS MEMUtils.ByteBuffer InOut: Scope Name Type Comment Inherited from Input pbyBuffer POINTER TO BYTE ByteBuffer udiBufferSize UDINT ByteBuffer eByteOrder ByteOrder Byte order the data shall have ByteBuffer Output pos UDINT ByteBuffer udiBytesRemaining UDINT ByteBuffer xOverflow BOOL TRUE if a function would read or write over the buffer memory. ByteBuffer Methods: Init WriteHeader Structure: Init (Method) WriteHeader (Method)