Click or drag to resize

LinkIdToTMC Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This class is used to retrieve TMC (Traffic Message Channel) codes specific to a given link ID.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.TrafficLinkIdToTMC

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class LinkIdToTMC

The LinkIdToTMC type exposes the following members.

Constructors
  NameDescription
Public methodLinkIdToTMC
Construct a new LinkIdToTMC.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTMCForLink
Gets all TMC codes for a given link.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPackTMC
Converts a TMC code to an integer value.
Public methodStatic memberReverseTMCCode
Reverses the to/from reference on the tmc code.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnPackTMC
Converts an unsigned integer value created using PackTMC back into a TMC code.
Top
See Also