OpenHantek
Public Member Functions
Hantek::BulkResponseGetCaptureState Class Reference

The parser for the BulkCode::GETCAPTURESTATE response. More...

#include <bulkStructs.h>

Inheritance diagram for Hantek::BulkResponseGetCaptureState:
BulkCommand

Public Member Functions

 BulkResponseGetCaptureState ()
 Initializes the array.
 
CaptureState getCaptureState ()
 Gets the capture state. More...
 
unsigned int getTriggerPoint ()
 Gets the trigger point. More...
 

Additional Inherited Members

- Data Fields inherited from BulkCommand
Hantek::BulkCode code
 
bool pending = false
 
BulkCommandnext = nullptr
 
- Protected Member Functions inherited from BulkCommand
 BulkCommand (Hantek::BulkCode code, unsigned size)
 

Detailed Description

The parser for the BulkCode::GETCAPTURESTATE response.

Member Function Documentation

◆ getCaptureState()

CaptureState Hantek::BulkResponseGetCaptureState::getCaptureState ( )

Gets the capture state.

Returns
The CaptureState of the oscilloscope.

◆ getTriggerPoint()

unsigned int Hantek::BulkResponseGetCaptureState::getTriggerPoint ( )

Gets the trigger point.

Returns
The trigger point for the captured samples.

The documentation for this class was generated from the following files: