FBCommType Class Reference

FBCommType Class Reference

#include <mobu-python-api.h>

Class Description

Communications type.

Different base types of communications. There is always the 'other' type in order to use another type of communication.

+ Inheritance diagram for FBCommType:

Public Attributes

object kFBCommTypeNone
 A non-communicating device. More...
 
object kFBCommTypeSerial
 Serial communications. More...
 
object kFBCommTypeNetworkTCP
 Network (TCP) device. More...
 
object kFBCommTypeNetworkUDP
 Network (UDP) device. More...
 
object kFBCommTypeSharedMemory
 Accessing shared memory. More...
 
object kFBCommTypeSimulator
 Software simulator. More...
 
object kFBCommTypeOther
 Any other type of communications. More...
 

Member Data Documentation

object kFBCommTypeNetworkTCP

Network (TCP) device.

object kFBCommTypeNetworkUDP

Network (UDP) device.

object kFBCommTypeNone

A non-communicating device.

object kFBCommTypeOther

Any other type of communications.

object kFBCommTypeSerial

Serial communications.

object kFBCommTypeSharedMemory

Accessing shared memory.

object kFBCommTypeSimulator

Software simulator.