fbsdk/fbio.h File Reference

fbio.h File Reference
+ この参照ページは、次の概要トピックと関連付けられています。
#include <kaydaradef.h>
#include <fbsdk/fbcomponent.h>

File Description

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.

Classes

class  FBCommPort
 Comm port class. More...
 
class  FBPropertyListCommPort
 PropertyList: CommPort. More...
 
class  FBTCPIP
 TCP/IP class. More...
 

Namespaces

 ORSDK2018
 

Macros

#define FBSDK_DLL   K_DLLIMPORT
 Be sure that FBSDK_DLL is defined only once... More...
 
#define FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT   500
 FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT. More...
 
#define FBTCPIP_DEFAULT_BLOCKING_TIMEOUT   500
 FBTCPIP_DEFAULT_BLOCKING_TIMEOUT define. More...
 

Typedefs

typedef class FBPropertyBaseEnum< enum FBParity > FBPropertyParity
 
typedef class FBPropertyBaseEnum< enum FBRSType > FBPropertyRSType
 
typedef class FBPropertyBaseEnum< enum FBCommPortType > FBPropertyCommPortType
 
typedef class FBPropertyBase< FBCommPort *, kFBPT_object > FBPropertyBaseCommPort
 
typedef class FBPropertyBaseComponent< FBCommPort * > FBPropertyCommPort
 
typedef class FBPropertyBaseList< intFBPropertyBaseListInt
 typedef class FBSDK_DLL FBPropertyBaseList< int > FBPropertyBaseListInt More...
 

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...
 

Macro Definition Documentation

#define FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT   500

FBCOMMPORT_DEFAULT_BLOCKING_TIMEOUT.

Definition at line 62 of file fbio.h.

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once...

Definition at line 49 of file fbio.h.

#define FBTCPIP_DEFAULT_BLOCKING_TIMEOUT   500

FBTCPIP_DEFAULT_BLOCKING_TIMEOUT define.

Definition at line 194 of file fbio.h.

Go to the source code of this file.