| LMS API Documentation
    v20.07.0
    | 
#include <LimeSuite.h>
| Data Fields | |
| uint64_t | timestamp | 
| bool | waitForTimestamp | 
| bool | flushPartialPacket | 
Metadata structure used in sample transfers
Definition at line 1022 of file LimeSuite.h.
| bool flushPartialPacket | 
In TX: send samples to HW even if packet is not completely filled (end TX burst). in RX: not used/ignored
Definition at line 1040 of file LimeSuite.h.
| uint64_t timestamp | 
Timestamp is a value of HW counter with a tick based on sample rate. In RX: time when the first sample in the returned buffer was received In TX: time when the first sample in the submitted buffer should be send
Definition at line 1029 of file LimeSuite.h.
| bool waitForTimestamp | 
In TX: wait for the specified HW timestamp before broadcasting data over the air In RX: not used/ignored
Definition at line 1035 of file LimeSuite.h.