#[repr(C)]pub struct NDIS_TIMESTAMP_CAPABILITY_FLAGS {Show 14 fields
pub PtpV2OverUdpIPv4EventMsgReceiveHw: BOOLEAN,
pub PtpV2OverUdpIPv4AllMsgReceiveHw: BOOLEAN,
pub PtpV2OverUdpIPv4EventMsgTransmitHw: BOOLEAN,
pub PtpV2OverUdpIPv4AllMsgTransmitHw: BOOLEAN,
pub PtpV2OverUdpIPv6EventMsgReceiveHw: BOOLEAN,
pub PtpV2OverUdpIPv6AllMsgReceiveHw: BOOLEAN,
pub PtpV2OverUdpIPv6EventMsgTransmitHw: BOOLEAN,
pub PtpV2OverUdpIPv6AllMsgTransmitHw: BOOLEAN,
pub AllReceiveHw: BOOLEAN,
pub AllTransmitHw: BOOLEAN,
pub TaggedTransmitHw: BOOLEAN,
pub AllReceiveSw: BOOLEAN,
pub AllTransmitSw: BOOLEAN,
pub TaggedTransmitSw: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
, "Win32_Foundation"
Fields§
§PtpV2OverUdpIPv4EventMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv4AllMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv4EventMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv4AllMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv6EventMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv6AllMsgReceiveHw: BOOLEAN
§PtpV2OverUdpIPv6EventMsgTransmitHw: BOOLEAN
§PtpV2OverUdpIPv6AllMsgTransmitHw: BOOLEAN
§AllReceiveHw: BOOLEAN
§AllTransmitHw: BOOLEAN
§TaggedTransmitHw: BOOLEAN
§AllReceiveSw: BOOLEAN
§AllTransmitSw: BOOLEAN
§TaggedTransmitSw: BOOLEAN