Single ADS notification sample

interface AdsNotificationSample {
    length: number;
    notificationHandle: number;
    payload: Buffer;
}

Properties

length: number

Data (payload) length

notificationHandle: number

Notification handle this data belongs to

payload: Buffer

Data (raw)