• TCP
    • Enums
      • ERROR (Enum)
      • STREAM_STATE (Enum)
    • Function Blocks
      • Connector (FunctionBlock)
        • Connect (Method)
        • Disconnect (Method)
        • IPAddress (Property)
        • Port (Property)
        • Reset (Method)
        • ResolveHostName (Method)
      • Listener (FunctionBlock)
        • Accept (Method)
        • IPAddress (Property)
        • Listen (Method)
        • Port (Property)
        • Socket (Property)
        • Start (Method)
        • Stop (Method)
      • Select (FunctionBlock)
        • Check (Method)
        • CheckError (Method)
        • CheckReceive (Method)
        • CheckSend (Method)
      • Stream (FunctionBlock)
        • CheckConnectivity (Method)
        • CheckReceive (Method)
        • CheckSend (Method)
        • Close (Method)
        • Create (Method)
        • FdIsSet (Method)
        • FdSet (Method)
        • GetOption (Method)
        • IoControl (Method)
        • Properties
        • Receive (Method)
        • Reset (Method)
        • Send (Method)
        • SetOption (Method)
    • Functions
      • UDINT_TO_IPSTRING (Function)
    • GlobalConstants
      • Constants (GVL)
    • Structs
      • SockAddr (Struct)
  • File and Project Information
  • Library Reference
    • CmpErrors2 Interfaces
      • Library Identification
      • Library Properties
    • CmpLog
      • Library Identification
      • Library Properties
    • Standard
      • Library Identification
      • Library Properties
    • SysSocket
      • Library Identification
      • Library Properties
    • SysTypes2 Interfaces
      • Library Identification
      • Library Properties
TCP
  • Docs »
  • TCP »
  • Function Blocks »
  • Stream (FB)

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)