Communications type.
Different base types of communications. There is always the 'other' type in order to use another type of communication.
Static Public Attributes | |
static const | kFBCommTypeNone = 0 |
static const | kFBCommTypeSerial = 1<<0 |
static const | kFBCommTypeNetworkTCP = 1<<1 |
static const | kFBCommTypeNetworkUDP = 1<<2 |
static const | kFBCommTypeSharedMemory = 1<<3 |
static const | kFBCommTypeSimulator = 1<<4 |
static const | kFBCommTypeOther = 1<<5 |
const kFBCommTypeNone = 0 [static] |
const kFBCommTypeSerial = 1<<0 [static] |
const kFBCommTypeNetworkTCP = 1<<1 [static] |
const kFBCommTypeNetworkUDP = 1<<2 [static] |
const kFBCommTypeSharedMemory = 1<<3 [static] |
const kFBCommTypeSimulator = 1<<4 [static] |
const kFBCommTypeOther = 1<<5 [static] |