C# 클래스 Tx.Network.Snmp.SnmpHeader

Header for Snmp Packet
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Community string
Version SnmpVersion

공개 메소드들

메소드 설명
SnmpHeader ( SnmpVersion version, string community )

Initializes a new instance of the SnmpHeader struct.

메소드 상세

SnmpHeader() 공개 메소드

Initializes a new instance of the SnmpHeader struct.
public SnmpHeader ( SnmpVersion version, string community )
version SnmpVersion The Snmp version.
community string The Snmp Community.

프로퍼티 상세

Community 공개적으로 프로퍼티

Gets the community.
public string Community
리턴 string

Version 공개적으로 프로퍼티

Gets the version.
public SnmpVersion Version
리턴 SnmpVersion