C# 클래스 Examples.TagExamples

Example module for Tag-related operations
파일 보기 프로젝트 열기: zencoders/sambatyon 1 사용 예제들

공개 메소드들

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