eitd DMX::getSection: change char* to uint8_t

This commit is contained in:
[CST] Focus
2012-02-07 15:08:34 +04:00
parent 909556e3f4
commit c68321c68a
3 changed files with 6 additions and 6 deletions

View File

@@ -99,8 +99,8 @@ public:
void lock(void);
void unlock(void);
int getSection(char *buf, const unsigned timeoutInMSeconds, int &timeouts);
// section with size < 3 + 5 are skipped !
int getSection(uint8_t *buf, const unsigned timeoutInMSeconds, int &timeouts);
int setPid(const unsigned short new_pid);
int setCurrentService(int new_current_service);
int dropCachedSectionIDs();