C# Class Examples.TagExamples

Example module for Tag-related operations
ファイルを表示 Open project: zencoders/sambatyon Class Usage Examples

Public Methods

Method Description
RunExamples ( ) : void

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

Private Methods

Method Description
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.

Method Details

RunExamples() public static method

Access method that will be executed by ProgrammingExamples and runs all the example method of the set.
public static RunExamples ( ) : void
return void