RCKit
Classes | Macros | Typedefs
RCOIP.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RCOIPv1CmdSetAnalogChannels
 SetAnalogChannels command message structure. More...
 
struct  RCOIPv1ReplyReceiverStatus
 ReceiverStatus reply message structure. More...
 

Macros

#define RC_VERSION1   1
 
#define RC_VERSION   RC_VERSION1
 
#define RCOIP_DEFAULT_REPLY_INTERVAL   1000
 
#define RCOIP_DEFAULT_FAIL_INTERVAL   2000
 
#define RCOIP_DEFAULT_KEEPALIVE_INTERVAL   1000
 
#define RCOIP_DEFAULT_RECEIVER_UDP_PORT   9048
 

Typedefs

typedef RCOIPv1CmdSetAnalogChannels RCOIPCmdSetAnalogChannels
 
typedef RCOIPv1ReplyReceiverStatus RCOIPReplyReceiverStatus
 

Macro Definition Documentation

◆ RC_VERSION

#define RC_VERSION   RC_VERSION1

This is the default (latest) version of the RCOIP protocol

◆ RC_VERSION1

#define RC_VERSION1   1

Indicates Version 1 of RCOIP protocol

◆ RCOIP_DEFAULT_FAIL_INTERVAL

#define RCOIP_DEFAULT_FAIL_INTERVAL   2000

Defines the default maximum time in milliseconds between that will be regarded as a loss of connection by either the receiver or the transmitter

◆ RCOIP_DEFAULT_KEEPALIVE_INTERVAL

#define RCOIP_DEFAULT_KEEPALIVE_INTERVAL   1000

Defines the default time in milliseconds between keepalaive Command messages sent by the receiver. If no messages are transmitted for more than this period of time a keepalive Command message will be sent to the receiver.

◆ RCOIP_DEFAULT_RECEIVER_UDP_PORT

#define RCOIP_DEFAULT_RECEIVER_UDP_PORT   9048

Defines the default RCOIP receiver UDP port number 9048 is controlled by Open System Consultants

◆ RCOIP_DEFAULT_REPLY_INTERVAL

#define RCOIP_DEFAULT_REPLY_INTERVAL   1000

Defines the default maximum time in milliseconds between Reply messages sent by the receiver

Typedef Documentation

◆ RCOIPCmdSetAnalogChannels

This is the preferred type to use to refer to the latest version of the RCOIPCmdSetAnalogChannels message

◆ RCOIPReplyReceiverStatus

This is the preferred type to use to refer to the latest version of the RCOIPReplyReceiverStatus message