Hardware input and output interfaces. More...
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>
Go to the source code of this file.
Classes | |
class | FBCommPort |
Comm port class. More... | |
class | FBPropertyListCommPort |
PropertyList: CommPort. More... | |
class | FBTCPIP |
TCP/IP class. More... | |
Defines | |
#define | FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once... | |
#define | FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT 500 |
FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT. | |
#define | FBTCPIP_DEFAULT_BLOCKING_TIMEOUT 500 |
FBTCPIP_DEFAULT_BLOCKING_TIMEOUT define. | |
Typedefs | |
typedef class FBSDK_DLL FBPropertyBaseList< int > | FBPropertyBaseListInt |
typedef class FBSDK_DLL FBPropertyBaseList< int > FBPropertyBaseListInt | |
Enumerations | |
enum | FBParity { kFBParityNone, kFBParityOdd, kFBParityEven } |
Parity modes. More... | |
enum | FBRSType { kFBRS232, kFBRS422 } |
RS type for serial port. More... | |
enum | FBCommPortType { kFBPhysical, kFBVirtual, kFBInternal } |
Communication port type. More... | |
enum | FBTCPIPSocketType { kFBTCPIP_Stream, kFBTCPIP_DGRAM, kFBTCPIP_RAW } |
Types of TCP/IP Sockets. More... | |
Functions | |
FB_DEFINE_ENUM (FBSDK_DLL, Parity) | |
FB_DEFINE_ENUM (FBSDK_DLL, RSType) | |
FB_DEFINE_ENUM (FBSDK_DLL, CommPortType) | |
FB_DEFINE_COMPONENT (FBSDK_DLL, CommPort) | |
__FB_FORWARD (FBCommPort) | |
__FB_FORWARD (FBPropertyListCommPort) | |
__FB_FORWARD (FBTCPIP) |
Hardware input and output interfaces.
Contains the defintions for the input and output class, such as TCP/IP and communication ports.
Definition in file fbio.h.
#define FBSDK_DLL K_DLLIMPORT |
Be sure that FBSDK_DLL is defined only once...
#define FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT 500 |
FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT.
#define FBTCPIP_DEFAULT_BLOCKING_TIMEOUT 500 |
FBTCPIP_DEFAULT_BLOCKING_TIMEOUT define.
typedef class FBSDK_DLL FBPropertyBaseList< int > FBPropertyBaseListInt |
typedef class FBSDK_DLL FBPropertyBaseList< int > FBPropertyBaseListInt
enum FBParity |
Parity modes.
enum FBRSType |
RS type for serial port.
enum FBCommPortType |
Communication port type.
Definition at line 77 of file fbio.h.
{ kFBPhysical, kFBVirtual, kFBInternal };
enum FBTCPIPSocketType |
FB_DEFINE_ENUM | ( | FBSDK_DLL | , |
Parity | |||
) |
FB_DEFINE_ENUM | ( | FBSDK_DLL | , |
RSType | |||
) |
FB_DEFINE_ENUM | ( | FBSDK_DLL | , |
CommPortType | |||
) |
FB_DEFINE_COMPONENT | ( | FBSDK_DLL | , |
CommPort | |||
) |
__FB_FORWARD | ( | FBCommPort | ) |
__FB_FORWARD | ( | FBPropertyListCommPort | ) |
__FB_FORWARD | ( | FBTCPIP | ) |