#include <mobu-python-api.h>
Communications type.
Different base types of communications. There is always the 'other' type in order to use another type of communication.
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... | |
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.