EdgeVisDecoderSDK::PassThruData Class Reference
Detailed Description
This is data that has been received at a port on the remote Encoder device and then sent back via the PassThruStream or broadcast to all viewers of the MediaStream.
Remote ports include RS232 and RS485/422 ports.
Availabilty
Available in version 6.0 of Decoder SDK. Requires a server version greater than 6.0
#include <PassThruData.h>
Public Member Functions | |
| DB_EDGEVIS_SDK const uint8_t * | GetBytes () const |
| Get a pointer to the byte data received from the port. More... | |
| DB_EDGEVIS_SDK int32_t | GetLength () const |
| The the length of the data byte. More... | |
Public Member Functions inherited from EdgeVisDecoderSDK::StreamData | |
| DB_EDGEVIS_SDK std::wstring | TypeName () const |
| Returns the type a StreamData this it. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK const uint8_t* EdgeVisDecoderSDK::PassThruData::GetBytes | ( | ) | const |
Get a pointer to the byte data received from the port.
- Returns
- the data
| DB_EDGEVIS_SDK int32_t EdgeVisDecoderSDK::PassThruData::GetLength | ( | ) | const |
The the length of the data byte.
- Returns
- the length
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/PassThruData.h

Public Member Functions inherited from