Detailed Description

Content for PTZ Custom command.

#include <PTZTypes.h>

Public Member Functions

 PTZCustomCommand (std::wstring commandDescription, PTZCommandType commandType)
 Custom command parameters. More...
 
 PTZCustomCommand (std::wstring commandDescription, int32_t commandValue, PTZCommandType commandType)
 Custom command parameters. More...
 

Public Attributes

std::wstring description
 The Custom command description. More...
 
int32_t command
 The command value. More...
 
PTZCommandType type
 The PTZCommand type. More...
 

Constructor & Destructor Documentation

PTZCustomCommand::PTZCustomCommand ( std::wstring  commandDescription,
PTZCommandType  commandType 
)
inline

Custom command parameters.

Parameters
commandDescriptionThe command description commandType The PTZCommand type
PTZCustomCommand::PTZCustomCommand ( std::wstring  commandDescription,
int32_t  commandValue,
PTZCommandType  commandType 
)
inline

Custom command parameters.

Parameters
commandDescriptionThe command description commandValue The command value commandType The PTZCommand type

Member Data Documentation

std::wstring PTZCustomCommand::description

The Custom command description.

int32_t PTZCustomCommand::command

The command value.

PTZCommandType PTZCustomCommand::type

The PTZCommand type.


The documentation for this struct was generated from the following file: