rtpHdrextGetNtp56

Reads the NTP time from the size NTP-56 extension bytes in data and store the result in ntptime.

bool
rtpHdrextGetNtp56
(
ubyte[] data
,
out ulong ntptime
)

Parameters

data ubyte[]

the data to read from

ntptime ulong

the result NTP time

Return Value

Type: bool

true on success.