![]() |
RUSProtocolAPI
5.2.02.0
|
Classes | |
class | AII |
Information Class for an Application Identifier (AI) More... | |
Public Types | |
enum | DataType |
Static Public Member Functions | |
static void | Add (string AI, string Description, int LengthOfAI, DataType DataDescription, int LengthOfData, bool FNC1) |
Add an Application Identifier (AI) More... | |
static Dictionary< AII, string > | Parse (string data, bool throwException=false) |
Parse the ean128 code More... | |
static string | GetCodeUntilGroupSeparator (string codeSubstring, string data, int index, AII ai, ref int lengthToRead) |
Properties | |
static bool | HasCheckSum [get, set] |
static char | GroupSeparator [get, set] |
static string | EAN128StartCode [get, set] |
|
inlinestatic |
Add an Application Identifier (AI)
AI | Number of the AI |
Description | |
LengthOfAI | |
DataDescription | The type of the content |
LengthOfData | The max lenght of the content |
FNC1 | Support a group seperator |
|
inlinestatic |
Parse the ean128 code
data | The raw scanner data |
throwException | If an exception will be thrown if an AI cannot be found |