前のトピック: 戻り値次のトピック: SetCurrentCardByIndex()


var arcotClient = new ArcotClient();

// PIN パッドのスクランブルの順序をシーケンシャル(シフト)に設定します
arcotClient.SetAttribute("ScrambleOrder", "sequential");

// PIN パッドのスクランブルを常に行うように設定します
arcotClient.SetAttribute("ScrambleStyle", "always");