C# 클래스 Gurux.Shared.GXCommon

파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net

공개 메소드들

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

메소드 상세

IndexOf() 공개 정적인 메소드

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.
리턴 int