C# 클래스 SnmpSharpNet.V2PartyClock

Defines an SNMPv2 Party Clock.
The Party Clock is currently Obsolete, but included for backwards compatibility. Obsoleted in RFC 1902.
상속: UInteger32, ICloneable
파일 보기 프로젝트 열기: griffina/SnmpSharpNet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 메소드

Clone class
public Clone ( ) : Object
리턴 System.Object

ToString() 공개 메소드

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

V2PartyClock() 공개 메소드

Constructor
public V2PartyClock ( ) : System
리턴 System

V2PartyClock() 공개 메소드

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

V2PartyClock() 공개 메소드

Constructor
public V2PartyClock ( V2PartyClock second ) : System
second V2PartyClock Class to duplicate
리턴 System