STBootLib.STBoot.SerialRead C# (CSharp) Méthode

SerialRead() private méthode

private SerialRead ( byte data, int offset, int count ) : Task
data byte
offset int
count int
Résultat Task
        private async Task SerialRead(byte[] data, int offset, int count)
        {
            await SerialRead(data, offset, count, 1000);
        }

Same methods

STBoot::SerialRead ( byte data, int offset, int count, int timeout ) : Task