RCKit
|
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 |
#define RC_VERSION RC_VERSION1 |
This is the default (latest) version of the RCOIP protocol
#define RC_VERSION1 1 |
Indicates Version 1 of RCOIP protocol
#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
#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.
#define RCOIP_DEFAULT_RECEIVER_UDP_PORT 9048 |
Defines the default RCOIP receiver UDP port number 9048 is controlled by Open System Consultants
#define RCOIP_DEFAULT_REPLY_INTERVAL 1000 |
Defines the default maximum time in milliseconds between Reply messages sent by the receiver
This is the preferred type to use to refer to the latest version of the RCOIPCmdSetAnalogChannels message
This is the preferred type to use to refer to the latest version of the RCOIPReplyReceiverStatus message