Unpacker.GetCode Method

TegoOS

UnpackerGetCode Method
Get a variable length code matching defined code patterns

Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public string GetCode(
	params string[] codes
)
Public Function GetCode ( 
	ParamArray codes As String()
) As String
public:
String^ GetCode(
	... array<String^>^ codes
)
member GetCode : 
        codes : string[] -> string 

Parameters

codes
Type: SystemString
Patterns to match as string of 0 1 or X (match 0 or 1)

Return Value

Type: String

[Missing <returns> documentation for "M:Tego.Utils.Unpacker.GetCode(System.String[])"]

See Also