Example #1
0
	public e2g_DeliverKey()
	{
        ProtocolId = (UInt16)ProtocolDef.e2g_DeliverKey_def;
		Key = new e2g_Key();
	}
Example #2
0
	public e2g_config()
	{
        ProtocolId = (UInt16)ProtocolDef.e2g_config_def;
		Key = new e2g_Key();
		ConfigInfo = new byte[4166];
	}