diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-05-12 13:38:33 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2015-05-12 13:38:33 +0200 |
commit | 55188e8353da8fc0186d3f3cb37d5e164905db70 (patch) | |
tree | 67b0e0160c1d62d2b16fa5f6f7c0d39407a87140 /services | |
parent | 157407f4c1b4a264a4a8f4cd01612ea1d85cb1fc (diff) | |
download | skin-flatplus-55188e8353da8fc0186d3f3cb37d5e164905db70.tar.gz skin-flatplus-55188e8353da8fc0186d3f3cb37d5e164905db70.tar.bz2 |
update dvbapi info view
Diffstat (limited to 'services')
-rw-r--r-- | services/dvbapi.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/services/dvbapi.h b/services/dvbapi.h new file mode 100644 index 00000000..a78aba44 --- /dev/null +++ b/services/dvbapi.h @@ -0,0 +1,19 @@ +#ifndef __DVBAPISERVICES_H +#define __DVBAPISERVICES_H + +struct sDVBAPIEcmInfo { + //in parameters + uint16_t sid; + //out parameters + uint16_t caid; + uint16_t pid; + uint32_t prid; + uint32_t ecmtime; + cString cardsystem; + cString reader; + cString from; + cString protocol; + int8_t hops; +}; + +#endif //__DVBAPISERVICES_H
\ No newline at end of file |