Example
const ikev2 = require('nuclei/ikev2'); const notify = new ikev2.IKENotification(); notify.NotifyMessageType = ikev2.IKE_NOTIFY_NO_PROPOSAL_CHOSEN; notify.NotificationData = [1, 2, 3];
Optional
Uint8Array
number
Was this page helpful?