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
ファイルを表示 Open project: griffina/SnmpSharpNet Class Usage Examples

Public Methods

Method 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 method

Clone class
public Clone ( ) : Object
return System.Object

ToString() public method

Returns the string representation of the object.
public ToString ( ) : System.String
return System.String

V2PartyClock() public method

Constructor
public V2PartyClock ( ) : System
return System

V2PartyClock() public method

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

V2PartyClock() public method

Constructor
public V2PartyClock ( V2PartyClock second ) : System
second V2PartyClock Class to duplicate
return System