C# Class SnmpSharpNet.V2PartyClock

Defines an SNMPv2 Party Clock.
The Party Clock is currently Obsolete, but included for backwards compatibility. Obsoleted in RFC 1902.
Inheritance: UInteger32, ICloneable
Afficher le fichier Open project: griffina/SnmpSharpNet Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : Object

Clone class

ToString ( ) : System.String

Returns the string representation of the object.

V2PartyClock ( ) : System

Constructor

V2PartyClock ( UInteger32 uint32 ) : System

Constructor

V2PartyClock ( V2PartyClock second ) : System

Constructor

Method Details

Clone() public méthode

Clone class
public Clone ( ) : Object
Résultat System.Object

ToString() public méthode

Returns the string representation of the object.
public ToString ( ) : System.String
Résultat System.String

V2PartyClock() public méthode

Constructor
public V2PartyClock ( ) : System
Résultat System

V2PartyClock() public méthode

Constructor
public V2PartyClock ( UInteger32 uint32 ) : System
uint32 UInteger32 Value to initialize the class with.
Résultat System

V2PartyClock() public méthode

Constructor
public V2PartyClock ( V2PartyClock second ) : System
second V2PartyClock Class to duplicate
Résultat System