FBTCPIPSocketType Class Reference

FBTCPIPSocketType Class Reference

#include <mobu-python-api.h>

Class Description

Types of TCP/IP Sockets.

+ Inheritance diagram for FBTCPIPSocketType:

Public Attributes

object kFBTCPIP_Stream
 Streaming data (TCP). More...
 
object kFBTCPIP_DGRAM
 Datagrams (UDP). More...
 
object kFBTCPIP_RAW
 Raw data (TCP). More...
 

Member Data Documentation

object kFBTCPIP_DGRAM

Datagrams (UDP).

object kFBTCPIP_RAW

Raw data (TCP).

object kFBTCPIP_Stream

Streaming data (TCP).