C# Класс Examples.TagExamples

Example module for Tag-related operations
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RunExamples ( ) : void

Access method that will be executed by ProgrammingExamples and runs all the example method of the set.

Приватные методы

Метод Описание
CompleteTagReadAndWrite ( ) : void

This example shows how to read complete tag from file and write it to the console.

CompleteToLightTag ( ) : void

This example shows how to build a CompleteTag and a LightTag.

TagReadAndWrite ( ) : void

This example shows how to read light tag from byte array and write it to the console.

Описание методов

RunExamples() публичный статический Метод

Access method that will be executed by ProgrammingExamples and runs all the example method of the set.
public static RunExamples ( ) : void
Результат void