NtpSyncTime Class |
Namespace: StreamCoders.Rtp
The NtpSyncTime type exposes the following members.
Name | Description | |
---|---|---|
![]() | NtpSyncTime(DateTime) |
Initializes NtpSync with a DateTime structure.
|
![]() | NtpSyncTime(UInt32, UInt32) |
Initializes NtpSyncTime with values MSW, LSW.
|
Name | Description | |
---|---|---|
![]() | AsDateTime |
Retrieves the DateTime representation.
|
![]() | AsMiddle32 |
Retrieves the middle 32-bit of NTP timestamp (RFC 2550/Section 4)
|
![]() | AsSeconds |
Retrieves the total number of seconds elapsed.
|
![]() | Lsw |
Gets the LSW.
|
![]() | Msw |
Gets the MSW.
|
Name | Description | |
---|---|---|
![]() | ToString |
Convert this object into a string representation.
(Overrides ObjectToString.) |
![]() | Update(DateTime) |
Updates NtpSyncTime with new values.
|
![]() | Update(UInt32, UInt32) |
Updates NtpSyncTime with new values.
|
Name | Description | |
---|---|---|
![]() | Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) |
![]() | Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |