Pylon::EventResult#
Low Level API: An event result.
#include <pylon/Result.h>
Public Functions#
Name | |
---|---|
EventResult() | |
~EventResult() | |
bool | Succeeded() const |
String_t | ErrorDescription() const |
unsigned long | ErrorCode() const |
Public Attributes#
Name | |
---|---|
unsigned char | Buffer |
Protected Attributes#
Name | |
---|---|
unsigned long | m_ReturnCode |
String_t | m_Message |
Public Functions Documentation#
EventResult#
inline EventResult()
~EventResult#
inline ~EventResult()
Succeeded#
inline bool Succeeded() const
ErrorDescription#
inline String_t ErrorDescription() const
ErrorCode#
inline unsigned long ErrorCode() const
Public Attributes Documentation#
Buffer#
unsigned char Buffer;
Protected Attributes Documentation#
m_ReturnCode#
unsigned long m_ReturnCode;
m_Message#
String_t m_Message;
Updated on 5 July 2022 at 15:30:01