C# Class Gurux.Shared.GXCommon

Afficher le fichier Open project: Gurux/Gurux.DLMS.Net

Méthodes publiques

Méthode Description
IndexOf ( byte input, byte pattern, int index, int count ) : int

Searches for the specified pattern and returns the index of the first occurrence within the range of elements in the byte buffer that starts at the specified index and contains the specified number of elements.

Method Details

IndexOf() public static méthode

Searches for the specified pattern and returns the index of the first occurrence within the range of elements in the byte buffer that starts at the specified index and contains the specified number of elements.
public static IndexOf ( byte input, byte pattern, int index, int count ) : int
input byte Input byte buffer
pattern byte
index int Index where search is started.
count int Maximum search buffer size.
Résultat int