ST2110PtpVersion type

PTP profile version. IEEE1588-2008 (PTPv2 — used by SMPTE 2059-2 and AES67) is the default and what virtually every modern ST 2110 deployment will report; IEEE1588-2002 (PTPv1) is legacy.

Signature:

export type ST2110PtpVersion = "IEEE1588-2008" | "IEEE1588-2002";