vdr
2.2.0
|
#include <stdint.h>
#include <string.h>
#include <sys/ioctl.h>
#include "hdffcmd.h"
#include "hdffcmd_base.h"
#include "hdffcmd_defs.h"
Go to the source code of this file.
Functions | |
int | HdffCmdRemoteSetProtocol (int OsdDevice, HdffRemoteProtocol_t Protocol) |
int | HdffCmdRemoteSetAddressFilter (int OsdDevice, int Enable, uint32_t Address) |
int HdffCmdRemoteSetAddressFilter | ( | int | OsdDevice, |
int | Enable, | ||
uint32_t | Address | ||
) |
Definition at line 50 of file hdffcmd_remote.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_REMOTE_CONTROL, HDFF_MSG_REMOTE_SET_ADDRESS_FILTER, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdRemoteSetAddressFilter().
int HdffCmdRemoteSetProtocol | ( | int | OsdDevice, |
HdffRemoteProtocol_t | Protocol | ||
) |
Definition at line 33 of file hdffcmd_remote.c.
References BitBuffer_Init(), BitBuffer_SetBits(), osd_raw_cmd_s::cmd_data, osd_raw_cmd_s::cmd_len, HDFF_MSG_GROUP_REMOTE_CONTROL, HDFF_MSG_REMOTE_SET_PROTOCOL, HDFF_MSG_TYPE_COMMAND, HdffCmdBuildHeader(), HdffCmdSetLength(), and OSD_RAW_CMD.
Referenced by HDFF::cHdffCmdIf::CmdRemoteSetProtocol().