C# Класс Tx.Network.Snmp.VarBindExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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