OscTimeTag MethodsBespoke Osc Library
The OscTimeTag type exposes the following members.
Methods

  NameDescription
Public methodEquals(Object)
Returns a value indicating whether this instance is equal to a specified object.
(Overrides OnlineObject Equals(Object).)
Public methodEquals(OscTimeTag)
Returns a value indicating whether this instance is equal to a specified OscTimeTag instance.
Public methodStatic memberEquals(OscTimeTag, OscTimeTag)
Determines whether two specified instances of OscTimeTag are equal.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberIsValidTime
Validates the time stamp for use in an Osc Time Tag.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodSet
Sets the value of the Osc Time Tag.
Public methodToByteArray
Convert the Osc Time Tag to a byte array.
Public methodToString
Converts the value of the current OscTimeTag object to its equivalent string representation.
(Overrides OnlineObject ToString .)
Back to Top
See Also