Method | Description | |
---|---|---|
GXCiphering ( |
Constructor. Default values are from the Green Book. |
|
GXCiphering ( byte title ) : System |
Constructor. Default values are from the Green Book. |
|
Reset ( ) : void |
Method | Description | |
---|---|---|
GXICipher ( byte title, GXByteBuffer data ) : Gurux.DLMS.Enums.Security | ||
GXICipher ( ) : bool | ||
GXICipher ( byte tag, byte title, byte data ) : byte[] |
public GXCiphering ( |
||
frameCounter | Default frame counter value. Set to Zero. | |
title | byte | System title. |
blockCipherKey | byte | |
authenticationKey | byte | |
return | System |
public GXCiphering ( byte title ) : System | ||
title | byte | System title. |
return | System |