Skip to main content

SDeliveryStatus

Type Alias SDeliveryStatus 

Source
pub type SDeliveryStatus = TagDeliveryStatus;
Expand description

@brief Structure for dilivery status

Aliased Type§

#[repr(C)]
pub struct SDeliveryStatus { pub bDeliveryFlag: bool, pub iDropFrameType: i32, pub iDropFrameSize: i32, }

Fields§

§bDeliveryFlag: bool

< 0: the previous frame isn’t delivered,1: the previous frame is delivered

§iDropFrameType: i32

< the frame type that is dropped; reserved

§iDropFrameSize: i32

< the frame size that is dropped; reserved