ByteBuffer.SetPosToEnd (METH) ¶ METHOD SetPosToEnd Set position to end (Len() - 1).
Server.SupportFc (METH) ¶ METHOD SupportFc : Error Determine if a given “function code” is supported by the server. InOut: Scope Name Type Comment Return SupportFc Error Input eFc FunctionCodes Function code to check, to enable/disable if supported. xSupported BOOL TRUE - given function code should be supported by the server, FALSE if not.
Server.SupportsFc (METH) ¶ METHOD SupportsFc : BOOL Returns, if a given “function code” is supported by the server. InOut: Scope Name Type Comment Return SupportsFc BOOL Input eFc FunctionCodes Function code to check, if it is supported.
Log ¶ LogStatusInfo (Method)
ServerSerial.LogStatusInfo (METH) ¶ METHOD LogStatusInfo Write status information to logger.
Log ¶ LogStatusInfo (Method)
ServerTCP.LogStatusInfo (METH) ¶ METHOD LogStatusInfo Write status information to logger.
ByteBuffer.BytesToEnd (METH) ¶ METHOD BytesToEnd : UINT Returns the number of bytes to be read until end. InOut: Scope Name Type Return BytesToEnd UINT
ByteBuffer.Capacity (METH) ¶ METHOD Capacity : UINT Returns the capacity. InOut: Scope Name Type Return Capacity UINT
ByteBuffer.CopyContent (METH) ¶ METHOD CopyContent : BOOL Copy content from other ByteBuffer. InOut: Scope Name Type Return CopyContent BOOL Inout copyFrom ByteBuffer