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

파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 메소드들

메소드 설명
GetAllOidsStartingWith ( this varBinds, ObjectIdentifier subOid ) : IEnumerable

Gets all oids starting with.

SearchFirstSubOidWith ( this varBinds, ObjectIdentifier subOid, VarBind &varBind ) : bool

Searches the first sub oid.

SearchLastSubOidWith ( this varBinds, ObjectIdentifier subOid, VarBind &varBind ) : bool

Searches the last sub oid with.

메소드 상세

GetAllOidsStartingWith() 공개 정적인 메소드

Gets all oids starting with.
public static GetAllOidsStartingWith ( this varBinds, ObjectIdentifier subOid ) : IEnumerable
varBinds this The variable bind List.
subOid ObjectIdentifier The sub oid.
리턴 IEnumerable

SearchFirstSubOidWith() 공개 정적인 메소드

Searches the first sub oid.
public static SearchFirstSubOidWith ( this varBinds, ObjectIdentifier subOid, VarBind &varBind ) : bool
varBinds this The variable bind List.
subOid ObjectIdentifier The sub oid.
varBind VarBind The variable bind.
리턴 bool

SearchLastSubOidWith() 공개 정적인 메소드

Searches the last sub oid with.
public static SearchLastSubOidWith ( this varBinds, ObjectIdentifier subOid, VarBind &varBind ) : bool
varBinds this The variable bind List.
subOid ObjectIdentifier The sub oid.
varBind VarBind The variable bind.
리턴 bool