Метод | Описание | |
---|---|---|
Append ( String value ) : void | ||
Append ( int tag, bool start ) : void | ||
AppendEndTag ( Command cmd, |
||
AppendEndTag ( |
||
AppendEndTag ( int tag ) : void | ||
AppendLine ( |
||
AppendLine ( int tag, string name, object value ) : void | ||
AppendLine ( string str ) : void | ||
AppendLine ( string tag, string name, object value ) : void | ||
AppendStartTag ( Command cmd, |
||
AppendStartTag ( |
||
AppendStartTag ( |
||
AppendStartTag ( int tag, string name, string value ) : void | ||
GXDLMSTranslatorStructure ( TranslatorOutputType type, bool numericsAshex, bool hex, string>.SortedList |
Constructor.
|
|
GetDataType ( DataType type ) : String | ||
IntegerToHex ( System.UInt64 value ) : string |
Convert integer to string.
|
|
IntegerToHex ( long value, int desimals ) : string |
Convert integer to string.
|
|
ToString ( ) : string |
public Append ( int tag, bool start ) : void | ||
tag | int | |
start | bool | |
Результат | void |
public AppendEndTag ( Command cmd, |
||
cmd | Command | |
type | ||
Результат | void |
public AppendEndTag ( |
||
cmd | ||
Результат | void |
public AppendLine ( |
||
tag | ||
name | string | |
value | object | |
Результат | void |
public AppendLine ( int tag, string name, object value ) : void | ||
tag | int | |
name | string | |
value | object | |
Результат | void |
public AppendLine ( string tag, string name, object value ) : void | ||
tag | string | |
name | string | |
value | object | |
Результат | void |
public AppendStartTag ( Command cmd, |
||
cmd | Command | |
type | ||
Результат | void |
public AppendStartTag ( |
||
cmd | ||
Результат | void |
public AppendStartTag ( |
||
tag | ||
name | string | |
value | string | |
Результат | void |
public AppendStartTag ( int tag, string name, string value ) : void | ||
tag | int | |
name | string | |
value | string | |
Результат | void |
public GXDLMSTranslatorStructure ( TranslatorOutputType type, bool numericsAshex, bool hex, string>.SortedList |
||
type | TranslatorOutputType | |
numericsAshex | bool | |
hex | bool | |
list | string>.SortedList | List of tags. |
Результат | Gurux.DLMS.Enums |
public GetDataType ( DataType type ) : String | ||
type | DataType | |
Результат | String |
public IntegerToHex ( System.UInt64 value ) : string | ||
value | System.UInt64 | Conveted value. |
Результат | string |
public IntegerToHex ( long value, int desimals ) : string | ||
value | long | Conveted value. |
desimals | int | Desimal count. |
Результат | string |